From 9bd1f999f7111dd16c8647295c2776311b5e818e Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 14 Jan 2025 12:59:34 +0100 Subject: .gitlab-ci.yml: Request i386 test on x86 tag only This allows us to register workers that can only run amd64 images like mine which runs on podman and podman does not allow pulling i386/ without specifying --arch i386 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0147b37db..42df37e28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,7 @@ test solver3 and gpgv: test as user: image: i386/debian:testing stage: test + tags: [x86] script: - apt-get install --no-install-recommends -qq libxml2-utils - ./prepare-release post-build --report-failure -- cgit v1.2.3-70-g09d2