CI: Wait 10s after installing qemu-user-static

This commit is contained in:
Michael Mayer 2021-08-13 22:15:03 +02:00
parent 33905d95b9
commit 70a9466555

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
sleep 10