6 lines
115 B
Bash
6 lines
115 B
Bash
#!/bin/bash
|
|
|
|
rm ./dist/*
|
|
CGO_ENABLED=1 go build -a --installsuffix cgo --ldflags="-s" -o ./dist/container_network
|
|
|