mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Update snap/local/build_and_install.sh
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
7a27deac31
commit
4d5eb975cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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}")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue