Build loongarch64 in CI and mark it as supported

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7738>
This commit is contained in:
Aelin 2026-01-13 03:01:10 +01:00 committed by The Friendly Merge Bot
parent 47f342bfcb
commit 38acf0cfdd
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

1
.ci/build-loongarch64.sh Symbolic link
View file

@ -0,0 +1 @@
lib/build_changed_aports.sh

View file

@ -224,6 +224,7 @@ if __name__ == "__main__":
Arch.armhf: "qemu",
Arch.riscv64: "qemu",
Arch.ppc64le: "ppc64le",
Arch.loongarch64: "loongarch64",
},
)
with open(child_pipeline, "w") as fw:

View file

@ -8,7 +8,7 @@ supported_firewall=nftables
supported_base_nofde=True
supported_install_boot_label=pmOS_i_boot
supported_mkinitfs_without_flavors=True
supported_arches=aarch64,armhf,armv7,ppc64le,riscv64,x86,x86_64
supported_arches=aarch64,armhf,armv7,loongarch64,ppc64le,riscv64,x86,x86_64
supported_fastboot_depends=android-tools
supported_heimdall_depends=heimdall,android-tools
supported_usr_merge=True