allow regular arm64 runners for appimage build, so spot instances can be disabled without waiting for x86_64b to finish

This commit is contained in:
evs-ch 2020-03-07 10:43:19 +01:00
parent 023bfb8c36
commit 4da83b3360

View file

@ -79,7 +79,9 @@ appimage_x86_64:
appimage_aarch64:
image: arm64v8/ubuntu:18.04
tags: [aarch64b]
tags:
- aarch64b
- arm64 # can also be run on any other less powerful aarch64 runner
<<: *carch_aarch64
<<: *appimage_config