mirror of
https://gitee.com/lauix/HFish
synced 2025-05-11 12:28:02 +08:00
9 lines
388 B
Bash
Executable File
9 lines
388 B
Bash
Executable File
../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=linux/arm-7 -ldflags='-w -s' .
|
|
../xgo --targets=windows/amd64 -ldflags='-w -s' .
|
|
../xgo --targets=windows/386 -ldflags='-w -s' .
|