]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
debian-i386-minimal: explicitly set platform
authorJim Newsome <jnewsome@torproject.org>
Mon, 18 Nov 2024 19:58:25 +0000 (13:58 -0600)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 19 Nov 2024 15:24:39 +0000 (10:24 -0500)
This is to work around
https://github.com/docker-library/official-images/issues/17896

.gitlab-ci.yml

index 0c2a631abff98e4f7fb1584fd72a1f3b1bd46be0..b1099fa28524c6599020298b51675958de52683d 100644 (file)
@@ -130,7 +130,10 @@ debian-minimal:
 debian-i386-minimal:
   # TODO: Use a TPA-maintained image when there is one.
   # See https://gitlab.torproject.org/tpo/tpa/base-images/-/issues/3
-  image: i386/debian:bullseye
+  image:
+    name: i386/debian:bullseye
+    docker:
+      platform: linux/386
   <<: *debian-template
   script:
     - ./scripts/ci/ci-driver.sh