diff --git a/community/helm/APKBUILD b/community/helm/APKBUILD index 3b6f4bd5a1c..67104401f6e 100644 --- a/community/helm/APKBUILD +++ b/community/helm/APKBUILD @@ -20,7 +20,8 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/helm/helm/archive/v$pkgver.t case "$CARCH" in # Disable check on 32bit systems due to upstream test "TestPlatformPrepareCommand" that does not account for these platforms - x86|armv7|armhf) options="$options !check" ;; + # s390x fails in a loop + s390x|x86|armv7|armhf) options="$options !check" ;; esac export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"