Disable CGO for git releases

This commit is contained in:
Alexey Khit
2023-01-18 15:07:42 +03:00
parent 140014f2a6
commit e040fb591f
+2
View File
@@ -19,6 +19,8 @@ jobs:
run: | run: |
#!/bin/bash #!/bin/bash
esport CGO_ENABLED=0
mkdir artifacts mkdir artifacts
export GOOS=windows export GOOS=windows
export GOARCH=amd64 export GOARCH=amd64