HFish/make.sh

9 lines
388 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' .
2020-02-24 19:50:43 +08:00
../xgo --targets=linux/arm-7 -ldflags='-w -s' .
2019-10-28 22:25:23 +08:00
../xgo --targets=windows/amd64 -ldflags='-w -s' .
../xgo --targets=windows/386 -ldflags='-w -s' .