Skip to content

Commit

Permalink
switch to ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk authored Nov 24, 2023
1 parent 9e91925 commit ce678a7
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 @@ -31,5 +31,5 @@ jobs:
goarch: ${{ matrix.goarch }}
goversion: "1.21.4"
compress_assets: "OFF"
build_flags: "'-ldflags=-s -w'"
ldflags: "-s -w"
executable_compression: "upx"

0 comments on commit ce678a7

Please sign in to comment.