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 c453020 commit dabcc95Copy full SHA for dabcc95
.github/workflows/release.yaml
@@ -31,7 +31,6 @@ jobs:
31
env:
32
GOOS: ${{ matrix.goos }}
33
GOARCH: ${{ matrix.goarch }}
34
- CGO_ENABLED: 0
35
run: |
36
mkdir -p build
37
go build -o build/OpenGFW-${GOOS}-${GOARCH} -ldflags "-s -w" .
0 commit comments