diff --git a/snap/local/build_and_install.sh b/snap/local/build_and_install.sh index 8f0d235ee..92799b78a 100755 --- a/snap/local/build_and_install.sh +++ b/snap/local/build_and_install.sh @@ -23,7 +23,7 @@ CERTBOT_DIR="$(dirname "$(dirname "${DIR}")")" # shellcheck source=common.sh source "${DIR}/common.sh" -docker run --rm --privileged multiarch/qemu-user-static:register --reset +RegisterQemuHandlers QEMU_ARCH=$(GetQemuArch "${SNAP_ARCH}") DOCKER_ARCH=$(GetDockerArch "${SNAP_ARCH}")