Skip to content

Commit

Permalink
Merge pull request #988 from linuxserver/universal-docker-in-docker-qemu
Browse files Browse the repository at this point in the history
switch to lsio qemu-static
  • Loading branch information
aptalca authored Dec 14, 2024
2 parents 031634e + 26648d7 commit 7a64aaa
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ if [[ $(uname -m) = "armv7l" ]]; then
exit 0
fi

if [[ $(uname -m) = "x86_64" ]]; then
echo "**** Enabling QEMU ****"
exec docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
fi
echo "**** Enabling QEMU ****"
docker pull lscr.io/linuxserver/qemu-static
exec docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes

0 comments on commit 7a64aaa

Please sign in to comment.