HFish/make.sh

8 lines
340 B
Bash
Raw Normal View History

2019-10-28 22:25:23 +08:00
../xgo --targets=darwin/amd64 -ldflags='-w -s' .
../xgo --targets=darwin/386 -ldflags='-w -s' .
../xgo --targets=linux/arm64 -ldflags='-w -s' .
../xgo --targets=linux/amd64 -ldflags='-w -s' .
../xgo --targets=linux/386 -ldflags='-w -s' .
../xgo --targets=windows/amd64 -ldflags='-w -s' .
../xgo --targets=windows/386 -ldflags='-w -s' .