diff --git a/srcpkgs/packer/template b/srcpkgs/packer/template index 8cba067abda..2cc61f6bf1e 100644 --- a/srcpkgs/packer/template +++ b/srcpkgs/packer/template @@ -13,6 +13,10 @@ go_import_path="github.com/mitchellh/packer" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" checksum=7b2a8ead54ae9c699ba86895b202bfc15c88b980bb63de039b59212bc2c5d892 +case "$XBPS_TARGET_MACHINE" in + i686*|arm*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/9375/steps/shell_3/logs/stdio";; +esac + post_build() { for F in $(find -type f -name main.go); do go get -x $go_import_path/${F%/*}