switch to lsio qemu-static

This commit is contained in:
aptalca 2024-12-14 11:55:05 -05:00
parent 031634e8aa
commit 975a38c8ee
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548

View File

@ -7,5 +7,6 @@ fi
if [[ $(uname -m) = "x86_64" ]]; then
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