From 70a9466555e39a7fb315adf26336f8349e588359 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 13 Aug 2021 22:15:03 +0200 Subject: [PATCH] CI: Wait 10s after installing qemu-user-static --- scripts/install-qemu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install-qemu.sh b/scripts/install-qemu.sh index 77c80abbc..954739783 100755 --- a/scripts/install-qemu.sh +++ b/scripts/install-qemu.sh @@ -1,3 +1,5 @@ #!/usr/bin/env bash docker run --rm --privileged multiarch/qemu-user-static --reset -p yes + +sleep 10 \ No newline at end of file