mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 17:22:33 +00:00
rootfs-builder: exclude unsupported archs from clearlinux
For clearlinux, for now, it is only designed for amd64. Fixes: #320 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
This commit is contained in:
parent
0e0e74b8bb
commit
7dc15c28f8
@ -26,6 +26,6 @@ PACKAGES="util-linux-bin iptables-bin libudev0-shim chrony"
|
||||
INIT_PROCESS=systemd
|
||||
# List of zero or more architectures to exclude from build,
|
||||
# as reported by `uname -m`
|
||||
ARCH_EXCLUDE_LIST=(ppc64le)
|
||||
ARCH_EXCLUDE_LIST=( aarch64 ppc64le s390x )
|
||||
|
||||
[ "$SECCOMP" = "yes" ] && PACKAGES+=" libseccomp" || true
|
||||
|
Loading…
Reference in New Issue
Block a user