kubecfg: broken for 32 bit
This commit is contained in:
parent
dce8235268
commit
c514d8bef5
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue