Skip to content

Commit 704540f

Browse files
sporksmithdgoulet-tor
authored andcommitted
debian-i386-minimal: explicitly set platform
This is to work around docker-library/official-images#17896
1 parent 4fe6ef3 commit 704540f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitlab-ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ debian-minimal:
130130
debian-i386-minimal:
131131
# TODO: Use a TPA-maintained image when there is one.
132132
# See https://gitlab.torproject.org/tpo/tpa/base-images/-/issues/3
133-
image: i386/debian:bullseye
133+
image:
134+
name: i386/debian:bullseye
135+
docker:
136+
platform: linux/386
134137
<<: *debian-template
135138
script:
136139
- ./scripts/ci/ci-driver.sh

0 commit comments

Comments
 (0)