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 8b4e611 commit f937421Copy full SHA for f937421
1 file changed
root/etc/s6-overlay/s6-rc.d/init-selkies-config/run
@@ -1,7 +1,7 @@
1
#!/usr/bin/with-contenv bash
2
3
# check if underlying system supports wayland binaries
4
-if ! grep -q avx2 /proc/cpuinfo; then
+if ! grep -q avx2 /proc/cpuinfo && [ "$(uname -m)" != "aarch64" ]; then
5
echo "[ls.io-init] CPU does not support AVX2. Falling back to X11"
6
printf "false" > /run/s6/container_environment/PIXELFLUX_WAYLAND
7
PIXELFLUX_WAYLAND="false"
0 commit comments