Skip to content

Commit

Permalink
debian-i386-minimal: explicitly set platform
Browse files Browse the repository at this point in the history
  • Loading branch information
sporksmith authored and dgoulet-tor committed Nov 19, 2024
1 parent 4fe6ef3 commit 704540f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 704540f

Please sign in to comment.