chroot: disable amd64 codepath on riscv64

This commit is contained in:
Dimitri John Ledkov 2020-06-24 16:06:54 +01:00
parent 04c2fda36c
commit 1ff35cf438

View File

@ -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