7 lines
203 B
Bash
Raw Normal View History

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