This commit is contained in:
crusader 2018-04-19 20:39:14 +09:00
parent c40d8eb004
commit de8a590fd5

7
build.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
rm ./dist/*
CGO_ENABLED=1 go build -a --installsuffix cgo --ldflags="-s" -o ./dist/container_discovery
# cp ./dist/overflow_probe_container_discovery /project/overFlow/probe/bin/
# chmod u+s /project/overFlow/probe/bin/overflow_probe_container_discovery