diff --git a/srcpkgs/gogs/template b/srcpkgs/gogs/template index 96f7d88256a..90e64d30c24 100644 --- a/srcpkgs/gogs/template +++ b/srcpkgs/gogs/template @@ -20,6 +20,11 @@ gogs_shell="/bin/bash" export CGO_ENABLED=1 +if [ "$XBPS_TARGET_MACHINE" != x86_64 ]; then + broken=https://build.voidlinux.eu/builders/i686_builder/builds/4423/steps/shell_3/logs/stdio +fi + + post_extract() { mkdir tmp mkdir -p $GOPATH/src/github.com/gogits