Skip to content

Commit

Permalink
chore: make release binaries static (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukili committed Jul 15, 2020
1 parent 4c594e6 commit 0335263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
GOARCH: ${{ matrix.arch }}
GOOS: ${{ matrix.os }}
run: |
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 }}
gzip --name --suffix ${{ env.asset_gzip_suffix }} ${{ env.asset_build }}
- name: Upload Release Asset
Expand Down

0 comments on commit 0335263

Please sign in to comment.