diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-02 22:31:24 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-02 22:31:24 +0100 |
commit | 1fc967b8eff0e71835702d2c2c8ba650c818e2f1 (patch) | |
tree | 9537c1bd5f8112abcca929fc87dbb971fd94ec96 | |
parent | pathes... (diff) | |
download | librewolf-debian-1fc967b8eff0e71835702d2c2c8ba650c818e2f1.tar.gz librewolf-debian-1fc967b8eff0e71835702d2c2c8ba650c818e2f1.tar.bz2 librewolf-debian-1fc967b8eff0e71835702d2c2c8ba650c818e2f1.zip |
use our runner again to keep the free minutes for win builds
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6eb8ae..18fe233 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ variables: build_debian_x86_64: image: debian:sid - tags: [docker, linux] + tags: [x86_64b] <<: *carch_x86_64 <<: *debian_build_config only: @@ -58,7 +58,7 @@ build_debian_aarch64: prepare_debian_x86_64: image: debian:sid - tags: [docker, linux] + tags: [x86_64b] <<: *carch_x86_64 <<: *debian_prepare_config only: |