Skip to content

Commit

Permalink
ci: use upx to compress the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Mar 19, 2024
1 parent 265410c commit f0c23be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Release Go binary

on:
release:
types: [created]
Expand Down Expand Up @@ -29,5 +28,6 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
ldflags: '-w -s'
executable_compression: upx
md5sum: FALSE
sha256sum: TRUE

0 comments on commit f0c23be

Please sign in to comment.