File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ GO386=387 gox -ldflags "$BUILDINFO" -cgo -osarch 'linux/386' -output "$GOPATH/re
2525RESULT2=$?
2626
2727# non-cgo crosscompile
28- gox -ldflags " $BUILDINFO " -osarch ' darwin/amd64 linux/amd64 linux/arm linux/arm64 freebsd/amd64 freebsd/arm openbsd/amd64 netbsd/amd64 netbsd/arm dragonfly/amd64 solaris/amd64 ' -output " $GOPATH /releasing/idist/acmetool-$TRAVIS_TAG -{{.OS}}_{{.Arch}}/bin/{{.Dir}}" $BINARIES
28+ gox -ldflags " $BUILDINFO " -osarch ' darwin/amd64 linux/amd64 linux/arm linux/arm64 freebsd/amd64 freebsd/arm openbsd/amd64 netbsd/amd64 netbsd/arm dragonfly/amd64 linux/ppc64 linux/ppc64le ' -output " $GOPATH /releasing/idist/acmetool-$TRAVIS_TAG -{{.OS}}_{{.Arch}}/bin/{{.Dir}}" $BINARIES
2929RESULT3=$?
3030GO386=387 gox -ldflags " $BUILDINFO " -osarch ' linux/386 darwin/386 freebsd/386 openbsd/386 netbsd/386' -output " $GOPATH /releasing/idist/acmetool-$TRAVIS_TAG -{{.OS}}_{{.Arch}}/bin/{{.Dir}}" $BINARIES
3131RESULT4=$?
You can’t perform that action at this time.
0 commit comments