feat: add gox build script
All checks were successful
Build and Release / build (push) Successful in 2m50s
All checks were successful
Build and Release / build (push) Successful in 2m50s
This commit is contained in:
parent
7c14b59bb6
commit
b04cbf006a
1 changed files with 3 additions and 0 deletions
3
build-all.sh
Executable file
3
build-all.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
gox -os="darwin" -os="linux" -os="windows" -arch="amd64" -arch="arm64" -osarch="linux/386" -osarch="windows/386"
|
Loading…
Add table
Add a link
Reference in a new issue