From 1fc967b8eff0e71835702d2c2c8ba650c818e2f1 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Tue, 2 Feb 2021 22:31:24 +0100 Subject: use our runner again to keep the free minutes for win builds --- .gitlab-ci.yml | 4 ++-- 1 file 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: -- cgit