Skip to content

Commit

Permalink
switch to lsio qemu-static
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Dec 14, 2024
1 parent 031634e commit 975a38c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 975a38c

Please sign in to comment.