This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch YETUS-1138
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/YETUS-1138 by this push:
new 0b7cd97 fixup! YETUS-1138. Better support for multiple architectures
0b7cd97 is described below
commit 0b7cd97b2dc1368b473ddf9ce65b3e117475e8f7
Author: Allen Wittenauer <[email protected]>
AuthorDate: Fri Nov 12 20:58:45 2021 -0800
fixup! YETUS-1138. Better support for multiple architectures
---
hooks/build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hooks/build b/hooks/build
index c33acfa..9355a3c 100755
--- a/hooks/build
+++ b/hooks/build
@@ -54,8 +54,8 @@ fi
#docker run --rm --privileged tonistiigi/binfmt:latest
docker pull multiarch/qemu-user-static
-docker run --rm --privileged multiarch/qemu-user-static:register --reset
-docker run --rm --privileged multiarch/qemu-user-static:register
+docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
+docker run --rm --privileged multiarch/qemu-user-static
docker buildx create --name multiarch --driver docker-container --use
docker buildx inspect --bootstrap