CI: Wait 10s after installing qemu-user-static
This commit is contained in:
parent
33905d95b9
commit
70a9466555
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
|
||||
sleep 10
|
Loading…
Reference in a new issue