增加 1.0版本
This commit is contained in:
8
build-linux.bat
Normal file
8
build-linux.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
echo build start...
|
||||
SET CGO_ENABLED=0
|
||||
SET GOOS=linux
|
||||
SET GOARCH=amd64
|
||||
go build -ldflags "-s -w"
|
||||
echo build success
|
||||
pause
|
Reference in New Issue
Block a user