diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template index dd81859a352..979d2a92f8a 100644 --- a/srcpkgs/buildah/template +++ b/srcpkgs/buildah/template @@ -17,6 +17,10 @@ homepage="https://github.com/containers/buildah" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=1ae2167c125607fdba761e75e4786db73b366d4f2ab76e3a9fdb4541116c81c3 +if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then + broken="invalid operation: st.Type == _cgroup2SuperMagic (mismatched types int32 and int64)" +fi + post_build() { make -C docs GOMD2MAN=go-md2man }