Skip to content

Commit

Permalink
Disabled upx compression.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatias committed Dec 9, 2022
1 parent 2276a98 commit 7dbcd0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ builds:
- -s -w -X main.Version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
main: ./cmd

hooks:
post:
- ./compress-binary.sh "{{ .Path }}"
# hooks:
# post:
# - ./compress-binary.sh "{{ .Path }}"


release:
Expand Down

0 comments on commit 7dbcd0b

Please sign in to comment.