Skip to content

Commit 0335263

Browse files
committed
chore: make release binaries static (fix)
1 parent 4c594e6 commit 0335263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
GOARCH: ${{ matrix.arch }}
7979
GOOS: ${{ matrix.os }}
8080
run: |
81-
CGO_ENABLED=0 go build -s -w --ldflags '-s -w -extldflags "-static"' --tags netgo -a -o ${{ env.asset_build }}
81+
CGO_ENABLED=0 go build --ldflags '-s -w -extldflags "-static"' --tags netgo -a -o ${{ env.asset_build }}
8282
gzip --name --suffix ${{ env.asset_gzip_suffix }} ${{ env.asset_build }}
8383
8484
- name: Upload Release Asset

0 commit comments

Comments
 (0)