diff options
author | Jim Newsome <jnewsome@torproject.org> | 2024-11-18 13:58:25 -0600 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2024-11-19 10:24:39 -0500 |
commit | 704540fe461dcd4f72f360334a6f2ab6a5d80e38 (patch) | |
tree | 3b9317ed1651a28e079d44e6433f3241aafd26af | |
parent | 4fe6ef38a205d6d4355f998b2c66311af8f3ec76 (diff) | |
download | tor-704540fe461dcd4f72f360334a6f2ab6a5d80e38.tar.gz tor-704540fe461dcd4f72f360334a6f2ab6a5d80e38.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.yml | 5 |
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 |