container_network/build.sh
crusader 5d6fc50365 ing
2018-04-28 22:45:55 +09:00

7 lines
203 B
Bash
Executable File

#!/bin/bash
rm ./dist/*
CGO_ENABLED=1 go build -a --installsuffix cgo --ldflags="-s" -o ./dist/container_network
# cp ./dist/container_network /project/go/src/git.loafle.net/overflow/probe/_build/bin/