mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-09 09:51:30 +00:00
chroot: disable amd64 codepath on riscv64
This commit is contained in:
parent
bf0b1401ff
commit
4be305fedc
@ -116,8 +116,8 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
case $arch in
|
case $arch in
|
||||||
# ARM, ppc and s390 images are special
|
# ARM, ppc, riscv64 and s390x images are special
|
||||||
armhf|arm64|powerpc|ppc64el|s390x)
|
armhf|arm64|powerpc|ppc64el|s390x|riscv64)
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user