mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 11:53:31 +01:00
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:
parent
4fe6ef38a2
commit
704540fe46
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user