ing
This commit is contained in:
parent
c40d8eb004
commit
de8a590fd5
7
build.sh
Executable file
7
build.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user