mirror of
https://github.com/apernet/OpenGFW.git
synced 2024-11-13 13:59:24 +08:00
Revert "Merge pull request #134 from apernet/ci-cgo"
This reverts commit5014523ae0
, reversing changes made toc453020349
.
This commit is contained in:
parent
2ac8783eb6
commit
b51ea5fa07
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -28,6 +28,7 @@ jobs:
|
||||
env:
|
||||
GOOS: ${{ matrix.goos }}
|
||||
GOARCH: ${{ matrix.goarch }}
|
||||
CGO_ENABLED: 0
|
||||
run: |
|
||||
mkdir -p build
|
||||
go build -o build/OpenGFW-${GOOS}-${GOARCH} -ldflags "-s -w" .
|
||||
|
Loading…
Reference in New Issue
Block a user