ci: Tag aarch64 builds for aarch64 rather than arm64

Our aarch64 runners are tagged with both the aarch64 and the arm64 tag,
let's use the aarch64 tag to be consistent with the architecture naming
in APK.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8539>
This commit is contained in:
Aelin 2026-05-12 19:20:49 +02:00 committed by The Friendly Meow (merge) Bot
parent 3104b0b1e1
commit 2b26a11a85
No known key found for this signature in database

View file

@ -211,7 +211,7 @@ if __name__ == "__main__":
archtag={
Arch.x86_64: "shared",
Arch.x86: "shared",
Arch.aarch64: "arm64",
Arch.aarch64: "aarch64",
Arch.armv7: "qemu",
Arch.armhf: "qemu",
Arch.riscv64: "qemu",