We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975a38c commit 26648d7Copy full SHA for 26648d7
root/etc/s6-overlay/s6-rc.d/init-mod-universal-docker-in-docker-qemu/run
@@ -5,8 +5,6 @@ if [[ $(uname -m) = "armv7l" ]]; then
5
exit 0
6
fi
7
8
-if [[ $(uname -m) = "x86_64" ]]; then
9
- echo "**** Enabling QEMU ****"
10
- docker pull lscr.io/linuxserver/qemu-static
11
- exec docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes
12
-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 commit comments