Skip to content
Snippets Groups Projects
Verified Commit 18da7a1c authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

CI: use aarch64 gitlab runners for ARM build testing

Maybe a nicer way to work around #3275
parent 6bc98ff4
No related branches found
No related tags found
No related merge requests found
......@@ -157,19 +157,19 @@ build-x86:
build-aarch64:
extends: .build
resource_group: qemu
tags: [arm64]
script:
- .ci/build-aarch64.sh
build-armv7:
extends: .build
resource_group: qemu
tags: [arm64]
script:
- .ci/build-armv7.sh
build-armhf:
extends: .build
resource_group: qemu
tags: [arm64]
script:
- .ci/build-armhf.sh
......
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