diff --git a/rootfs-builder/euleros/config.sh b/rootfs-builder/euleros/config.sh index 3d5762fb3a..d522e844b3 100644 --- a/rootfs-builder/euleros/config.sh +++ b/rootfs-builder/euleros/config.sh @@ -21,7 +21,7 @@ PACKAGES="iptables chrony" INIT_PROCESS=systemd # List of zero or more architectures to exclude from build, # as reported by `uname -m` -ARCH_EXCLUDE_LIST=() +ARCH_EXCLUDE_LIST=( aarch64 ppc64le s390x ) # Allow the build to fail without generating an error. # For more info see: https://github.com/kata-containers/osbuilder/issues/190 BUILD_CAN_FAIL=1