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 4c594e6 commit 0335263Copy full SHA for 0335263
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
GOARCH: ${{ matrix.arch }}
79
GOOS: ${{ matrix.os }}
80
run: |
81
- CGO_ENABLED=0 go build -s -w --ldflags '-s -w -extldflags "-static"' --tags netgo -a -o ${{ env.asset_build }}
+ CGO_ENABLED=0 go build --ldflags '-s -w -extldflags "-static"' --tags netgo -a -o ${{ env.asset_build }}
82
gzip --name --suffix ${{ env.asset_gzip_suffix }} ${{ env.asset_build }}
83
84
- name: Upload Release Asset
0 commit comments