Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2752 from BenTheElder/upgrade-qemu
Browse files Browse the repository at this point in the history
bump qemu to latest
  • Loading branch information
k8s-ci-robot authored May 11, 2022
2 parents 06a51e7 + 355cd46 commit c784d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build/init-buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
# We only need to do this setup on linux hosts
if [ "$(uname)" == 'Linux' ]; then
# NOTE: this is pinned to a digest for a reason!
docker run --rm --privileged tonistiigi/binfmt:qemu-v6.1.0@sha256:11128304bc582dc7dbaa35947ff3e52e2610d23cecb410ddfa381a6ce74fa763 --install all
docker run --rm --privileged tonistiigi/binfmt:qemu-v6.2.0-26@sha256:5bf63a53ad6222538112b5ced0f1afb8509132773ea6dd3991a197464962854e --install all
fi

# Ensure we use a builder that can leverage it (the default on linux will not)
Expand Down

0 comments on commit c784d74

Please sign in to comment.