mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
scripts: add loongarch64
This commit is contained in:
parent
8280e1837a
commit
85c8ee976c
3 changed files with 3 additions and 2 deletions
|
@ -226,6 +226,7 @@ section_grub_efi() {
|
||||||
x86) _format="i386-efi"; _efi="bootia32.efi" ;;
|
x86) _format="i386-efi"; _efi="bootia32.efi" ;;
|
||||||
x86_64) _format="x86_64-efi"; _efi="bootx64.efi" ;;
|
x86_64) _format="x86_64-efi"; _efi="bootx64.efi" ;;
|
||||||
riscv64) _format="riscv64-efi"; _efi="bootriscv64.efi" ;;
|
riscv64) _format="riscv64-efi"; _efi="bootriscv64.efi" ;;
|
||||||
|
loongarch64) _format="loongarch64-efi"; _efi="bootloongarch64.efi" ;;
|
||||||
*) return 0 ;;
|
*) return 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,6 @@ profile_minirootfs() {
|
||||||
and minimal chroots."
|
and minimal chroots."
|
||||||
image_ext=tar.gz
|
image_ext=tar.gz
|
||||||
output_format=rootfs
|
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"
|
rootfs_apks="busybox alpine-baselayout alpine-keys apk-tools libc-utils"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ profile_standard() {
|
||||||
profile_base
|
profile_base
|
||||||
profile_abbrev="std"
|
profile_abbrev="std"
|
||||||
image_ext="iso"
|
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"
|
output_format="iso"
|
||||||
kernel_addons="xtables-addons"
|
kernel_addons="xtables-addons"
|
||||||
case "$ARCH" in
|
case "$ARCH" in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue