Skip to content

Commit 075b5d3

Browse files
committed
docker: Fix/workaround broken qemu builder (#38415)
Fix #38416 Signed-off-by: Ryan Northey <[email protected]>
1 parent 35c166b commit 075b5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ config_env() {
8484
fi
8585

8686
# Install QEMU emulators
87-
docker run --rm --privileged tonistiigi/binfmt --install all
87+
docker run --rm --privileged tonistiigi/binfmt:qemu-v7.0.0 --install all
8888

8989
# Remove older build instance
9090
docker buildx rm multi-builder 2> /dev/null || :

0 commit comments

Comments
 (0)