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 53cb8aa  fixup! YETUS-1138. Better support for multiple architectures
53cb8aa is described below

commit 53cb8aaab4e0e23f82699d85cee11bc04bd4816e
Author: Allen Wittenauer <[email protected]>
AuthorDate: Fri Nov 12 23:14:44 2021 -0800

    fixup! YETUS-1138. Better support for multiple architectures
---
 hooks/post_checkout | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hooks/post_checkout b/hooks/post_checkout
index a2b3736..51a43d3 100644
--- a/hooks/post_checkout
+++ b/hooks/post_checkout
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-sudo apt-get install -y qemu-user-static
+apt-get update && apt-get install -y qemu-user-static
 
 docker pull multiarch/qemu-user-static
 docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

Reply via email to