packer: broken for i686 and arm for now
This commit is contained in:
parent
028a056955
commit
7d7f564148
|
@ -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%/*}
|
||||
|
|
Loading…
Reference in New Issue