Skip to content

Commit

Permalink
build(goreleaser): add post build hook to call upx
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 11, 2021
1 parent a91840f commit 6391c0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Expand Up @@ -9,6 +9,9 @@ builds:
- linux
- windows
- darwin
hooks:
post:
- "upx {{ .Path }}"
dist: bin
archives:
- replacements:
Expand Down

0 comments on commit 6391c0f

Please sign in to comment.