diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-20 13:34:33 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-20 13:41:20 +0100 |
| commit | afeaf6a442bb2603a1ebce096586cef48d065ba4 (patch) | |
| tree | b2b6f80ed3a34b3bd62a5b811b376a62322dccf8 | |
| parent | d75e04df441d2900b0e046428feade175f85912a (diff) | |
gitlab-ci: Use platform: linux/i386 instead of i386/debian image
This is more generic, allowing us to use jak's runner again.
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42df37e28..4a6d56c0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,9 +42,11 @@ test solver3 and gpgv: - unbuffer ./test/integration/run-tests -q -j 4 --solver 3.0 --skip solver3.broken test as user: - image: i386/debian:testing + image: + name: debian:testing + docker: + platform: linux/i386 stage: test - tags: [x86] script: - apt-get install --no-install-recommends -qq libxml2-utils - ./prepare-release post-build --report-failure |
