Skip to content
Snippets Groups Projects
Commit 85c8ee97 authored by Jingyun Hua's avatar Jingyun Hua Committed by Natanael Copa
Browse files

scripts: add loongarch64

parent 8280e183
No related branches found
No related tags found
1 merge request!61751scripts: add loongarch64
Pipeline #220233 skipped
......@@ -226,6 +226,7 @@ section_grub_efi() {
x86) _format="i386-efi"; _efi="bootia32.efi" ;;
x86_64) _format="x86_64-efi"; _efi="bootx64.efi" ;;
riscv64) _format="riscv64-efi"; _efi="bootriscv64.efi" ;;
loongarch64) _format="loongarch64-efi"; _efi="bootloongarch64.efi" ;;
*) return 0 ;;
esac
......
......@@ -20,6 +20,6 @@ profile_minirootfs() {
and minimal chroots."
image_ext=tar.gz
output_format=rootfs
arch="x86 x86_64 armhf armv7 aarch64 ppc64le s390x mips64 riscv64"
arch="x86 x86_64 armhf armv7 aarch64 ppc64le s390x mips64 riscv64 loongarch64"
rootfs_apks="busybox alpine-baselayout alpine-keys apk-tools libc-utils"
}
......@@ -6,7 +6,7 @@ profile_standard() {
profile_base
profile_abbrev="std"
image_ext="iso"
arch="aarch64 armv7 x86 x86_64 ppc64le riscv64 s390x"
arch="aarch64 armv7 x86 x86_64 ppc64le riscv64 s390x loongarch64"
output_format="iso"
kernel_addons="xtables-addons"
case "$ARCH" in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment