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: |
#!/bin/bash
esport CGO_ENABLED=0
mkdir artifacts
export GOOS=windows
export GOARCH=amd64