Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
feat: improve binary size by adding ldflags and use upx
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Nov 2, 2022
1 parent 1b7e8df commit c9620ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
sha256sum: "TRUE"
overwrite: "TRUE"
compress_assets: "FALSE"
asset_name: create-grammy-${{ matrix.goos }}-${{ matrix.goarch }}
asset_name: create-grammy-${{ matrix.goos }}-${{ matrix.goarch }}
executable_compression: "upx -9 -k"
ldflags: "-s -w"

0 comments on commit c9620ca

Please sign in to comment.