build.sh 96 Bytes
Newer Older
1
2
3
4
5
6
cd cmd/daemon
go clean
go build -ldflags="-s -w"
if type upx > /dev/null; then
    upx daemon
fi