Files
tunnel/build.sh
2023-02-13 18:09:13 +08:00

2 lines
94 B
Bash

CGO_ENABLED=0 go build -ldflags '-w -s' -o bin/db_tunnel src/main.go && upx -9 bin/db_tunnel