1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-23 15:44:16 +03:00
This commit is contained in:
Zack Scholl 2024-10-01 06:10:08 -07:00
parent 7bb1ea7a01
commit a7235e1fcd

View File

@ -46,7 +46,7 @@ jobs:
run: |
go version
rm go.mod go.sum
go mod init github.com/schollz/croc
go mod init github.com/schollz/croc/v10
go mod tidy
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags '-extldflags "-static"' -o croc.exe
CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags '-extldflags "-static"' -o croc.exe