From afeaf6a442bb2603a1ebce096586cef48d065ba4 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 20 Jan 2025 13:34:33 +0100 Subject: gitlab-ci: Use platform: linux/i386 instead of i386/debian image This is more generic, allowing us to use jak's runner again. --- .gitlab-ci.yml | 6 ++++-- 1 file 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 -- cgit v1.2.3-70-g09d2