diff --git a/srcpkgs/kubecfg/template b/srcpkgs/kubecfg/template index d2c94d74503..56b00292d8b 100644 --- a/srcpkgs/kubecfg/template +++ b/srcpkgs/kubecfg/template @@ -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=710cedf1604ab8d7880cc4ea0e171bc8785067b23e8610665fd6b18de8a15793 + +if [ "$XBPS_TARGET_WORDSIZE" != 64 ]; then + broken="vendor/github.com/google/go-jsonnet/builtins.go:865:82: constant -9223372036854775808 overflows int" +fi