From d387a74c8d0f5349400af7301cb96eb7b5e49a68 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Wed, 9 Sep 2020 17:56:11 -0300 Subject: [PATCH] Update qemu-user-static image --- hack/init-buildx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/init-buildx.sh b/hack/init-buildx.sh index 87fa0251a..a24b64956 100755 --- a/hack/init-buildx.sh +++ b/hack/init-buildx.sh @@ -46,7 +46,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@sha256:c772ee1965aa0be9915ee1b018a0dd92ea361b4fa1bcab5bbc033517749b2af4 --reset -p yes + docker run --rm --privileged multiarch/qemu-user-static@sha256:28ebe2e48220ae8fd5d04bb2c847293b24d7fbfad84f0b970246e0a4efd48ad6 --reset -p yes fi # Ensure we use a builder that can leverage it (the default on linux will not)