Skip to content

Commit

Permalink
馃懛 chore: improve release binary size by goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotxx committed Mar 2, 2022
1 parent fb1f65f commit d5e0fb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Expand Up @@ -12,6 +12,11 @@ builds:
- linux
- windows
- darwin
ldflags:
- -s -w
hooks:
post:
- upx --brute "{{ .Path }}"
main: ./cmd/mdfmt
archives:
- replacements:
Expand Down

0 comments on commit d5e0fb5

Please sign in to comment.