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

DO NOT MERGE: ci: use aarch64 runners for ARM build testing

parent e3bda0d2
No related branches found
No related tags found
No related merge requests found
......@@ -154,16 +154,22 @@ build-x86:
- .ci/build-x86.sh
build-aarch64:
tags:
- aarch64
extends: .build
script:
- .ci/build-aarch64.sh
build-armv7:
tags:
- aarch64
extends: .build
script:
- .ci/build-armv7.sh
build-armhf:
tags:
- aarch64
extends: .build
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