Skip to content

Commit

Permalink
docker: Fix/workaround broken qemu builder (#38415)
Browse files Browse the repository at this point in the history
Fix #38416

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Feb 12, 2025
1 parent 85f9080 commit 814fe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ config_env() {
fi

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

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

0 comments on commit 814fe2a

Please sign in to comment.