diff options
author | evs-ch <evs-ch@users.noreply.github.com> | 2020-03-07 10:43:19 +0100 |
---|---|---|
committer | evs-ch <evs-ch@users.noreply.github.com> | 2020-03-07 10:43:19 +0100 |
commit | 4da83b33606e97977eb5e22f259f8e2a533b08a3 (patch) | |
tree | b269522b2301753b86925c7873c68853544ea530 | |
parent | wrong artifact path; non-existant python docker image (diff) | |
download | librewolf-linux-4da83b33606e97977eb5e22f259f8e2a533b08a3.tar.gz librewolf-linux-4da83b33606e97977eb5e22f259f8e2a533b08a3.tar.bz2 librewolf-linux-4da83b33606e97977eb5e22f259f8e2a533b08a3.zip |
allow regular arm64 runners for appimage build, so spot instances can be disabled without waiting for x86_64b to finish
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6573de..c3689ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |