From 1ff35cf4381706e46f60fe69272aa69c667118ff Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Wed, 24 Jun 2020 16:06:54 +0100 Subject: [PATCH] chroot: disable amd64 codepath on riscv64 --- live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot b/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot index bc516092..7817c430 100755 --- a/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot +++ b/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot @@ -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