Update qemu-user-static image

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-09-09 17:56:11 -03:00
parent e480f024ef
commit e5489d8598

View file

@ -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)