debian-i386-minimal: explicitly set platform

This is to work around
https://github.com/docker-library/official-images/issues/17896
This commit is contained in:
Jim Newsome 2024-11-18 13:58:25 -06:00 committed by David Goulet
parent 4fe6ef38a2
commit 704540fe46

View 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