mirror of https://github.com/statping/statping
upgrades - plugins
parent
e265765c75
commit
1579f9af20
5
build.sh
5
build.sh
|
@ -15,6 +15,11 @@ xgo --targets=linux/386 --dest=build -ldflags="-X main.VERSION=$VERSION" ./
|
|||
xgo --targets=windows/amd64 --dest=build -ldflags="-X main.VERSION=$VERSION" ./
|
||||
xgo --targets=windows/386 --dest=build -ldflags="-X main.VERSION=$VERSION" ./
|
||||
|
||||
|
||||
cd build
|
||||
ls
|
||||
cd ../
|
||||
|
||||
mv build/$APP-darwin-10.6-amd64 build/$APP-osx-x64
|
||||
mv build/$APP-darwin-10.6-386 build/$APP-osx-x32
|
||||
mv build/$APP-linux-amd64 build/$APP-linux-x64
|
||||
|
|
Loading…
Reference in New Issue