container_network/build.sh

7 lines
203 B
Bash
Raw Normal View History

2018-04-19 15:46:38 +00:00
#!/bin/bash
rm ./dist/*
CGO_ENABLED=1 go build -a --installsuffix cgo --ldflags="-s" -o ./dist/container_network
2018-04-28 13:45:55 +00:00
# cp ./dist/container_network /project/go/src/git.loafle.net/overflow/probe/_build/bin/