6 lines
235 B
Bash
6 lines
235 B
Bash
|
rm ./dist/*
|
||
|
CGO_ENABLED=1 go build -a --installsuffix cgo --ldflags="-s" -o ./dist/overflow_probe_container_discovery
|
||
|
|
||
|
chmod u+s ./dist/overflow_probe_container_discovery
|
||
|
cp ./dist/overflow_probe_container_discovery /project/overFlow/
|