mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-30 03:53:18 -04:00
switch to lsio qemu-static
This commit is contained in:
@@ -7,5 +7,6 @@ fi
|
|||||||
|
|
||||||
if [[ $(uname -m) = "x86_64" ]]; then
|
if [[ $(uname -m) = "x86_64" ]]; then
|
||||||
echo "**** Enabling QEMU ****"
|
echo "**** Enabling QEMU ****"
|
||||||
exec docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
docker pull lscr.io/linuxserver/qemu-static
|
||||||
|
exec docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user