aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Newsome <jnewsome@torproject.org>2024-11-18 13:58:25 -0600
committerJim Newsome <jnewsome@torproject.org>2024-11-18 14:17:16 -0600
commit3a5906dd073d835905eb6809928d8bb84b0b4266 (patch)
tree3b9317ed1651a28e079d44e6433f3241aafd26af
parent19d4e13c472459a8eacad7fc8f298f8e02812d55 (diff)
downloadtor-3a5906dd073d835905eb6809928d8bb84b0b4266.tar.gz
tor-3a5906dd073d835905eb6809928d8bb84b0b4266.zip
debian-i386-minimal: explicitly set platform
This is to work around https://github.com/docker-library/official-images/issues/17896
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c2a631abf..b1099fa285 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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