Skip to content

Commit f937421

Browse files
committed
#147 remove forced arm fallback
1 parent 8b4e611 commit f937421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • root/etc/s6-overlay/s6-rc.d/init-selkies-config

root/etc/s6-overlay/s6-rc.d/init-selkies-config/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/with-contenv bash
22

33
# check if underlying system supports wayland binaries
4-
if ! grep -q avx2 /proc/cpuinfo; then
4+
if ! grep -q avx2 /proc/cpuinfo && [ "$(uname -m)" != "aarch64" ]; then
55
echo "[ls.io-init] CPU does not support AVX2. Falling back to X11"
66
printf "false" > /run/s6/container_environment/PIXELFLUX_WAYLAND
77
PIXELFLUX_WAYLAND="false"

0 commit comments

Comments
 (0)