kubecfg: broken for 32 bit

This commit is contained in:
Jürgen Buchmüller 2020-02-11 19:09:22 +01:00
parent dce8235268
commit c514d8bef5

View file

@ -11,3 +11,7 @@ license="Apache-2.0"
homepage="https://github.com/bitnami/kubecfg"
distfiles="https://github.com/bitnami/kubecfg/archive/v${version}.tar.gz"
checksum=5b997e0d67364a81f377effc5c05dc74453ab87ca9299e8ca5de9caec8719261
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="go-jsonnet/builtins.go fails for 32 bit architectures"
fi