bi/build_report_linux.bat

3 lines
122 B
Batchfile
Raw Permalink Normal View History

set goos=linux&& go build -ldflags="-w -s" -o bin/linux/report_server cmd/report_server/main.go
2022-01-26 16:40:50 +08:00
echo "build success"