3 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
SET CGO_ENABLED=0 |
|||
SET GOOS=windows |
|||
SET GOARCH=amd64 |
|||
go build -o demo_windows_amd64.exe demo.go |
|||
SET CGO_ENABLED=0 |
|||
SET GOOS=linux |
|||
SET GOARCH=amd64 |
|||
go build -o demo_linux_amd64 demo.go |
|||
SET CGO_ENABLED=0 |
|||
SET GOOS=windows |
|||
SET GOARCH=amd64 |
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue