summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-01-14 12:59:34 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-01-14 13:11:00 +0100
commit9bd1f999f7111dd16c8647295c2776311b5e818e (patch)
tree8d799b63143328dd3bedd7bcddfc50a3350f9158
parentcb2c0dbc70b1432173d8a02d8c46a4b9f107fe52 (diff)
.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
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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