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:
parent
3104b0b1e1
commit
2b26a11a85
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue