chroot: disable amd64 codepath on riscv64

sil2100/raspi-server
Dimitri John Ledkov 5 years ago
parent bf0b1401ff
commit 4be305fedc
No known key found for this signature in database
GPG Key ID: 9B8EC849D5EF70ED

@ -116,8 +116,8 @@ fi
case $arch in
# ARM, ppc and s390 images are special
armhf|arm64|powerpc|ppc64el|s390x)
# ARM, ppc, riscv64 and s390x images are special
armhf|arm64|powerpc|ppc64el|s390x|riscv64)
exit 0
;;
esac

Loading…
Cancel
Save