mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 15:36:00 +07:00
switch to qemu v6 image
This commit is contained in:
@@ -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 multiarch/qemu-user-static:register@sha256:0434e870ebbe9d28d254c1e65b46969bef458490be5df04d3266ef87380518e2 --reset -p yes
|
||||
docker run --rm --privileged tonistiigi/binfmt:qemu-v6.0.0@sha256:ce4d5a2a6ac4a189047fca2d71cbd901cc7beebacf538be95fccb3aca87cb2ec --install all
|
||||
fi
|
||||
|
||||
# Ensure we use a builder that can leverage it (the default on linux will not)
|
||||
|
||||
Reference in New Issue
Block a user