diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-14 12:59:34 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-14 13:11:00 +0100 |
| commit | 9bd1f999f7111dd16c8647295c2776311b5e818e (patch) | |
| tree | 8d799b63143328dd3bedd7bcddfc50a3350f9158 | |
| parent | cb2c0dbc70b1432173d8a02d8c46a4b9f107fe52 (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.yml | 1 |
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 |
