We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac8783 commit b51ea5fCopy full SHA for b51ea5f
.github/workflows/release.yaml
@@ -28,6 +28,7 @@ jobs:
28
env:
29
GOOS: ${{ matrix.goos }}
30
GOARCH: ${{ matrix.goarch }}
31
+ CGO_ENABLED: 0
32
run: |
33
mkdir -p build
34
go build -o build/OpenGFW-${GOOS}-${GOARCH} -ldflags "-s -w" .
0 commit comments