Skip to content

Commit

Permalink
Skip upx step on release for now because of issue #30 (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Earls <kearls@redhat.com>
  • Loading branch information
kevinearls committed Jan 27, 2021
1 parent 0c46efa commit ea31c36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ builds:
goarm:
- 6
- 7
hooks:
post:
- upx "{{ .Path }}"
# Workaround for issue #30
# hooks:
# post:
# - upx "{{ .Path }}"
archives:
- format: binary
checksum:
Expand Down

0 comments on commit ea31c36

Please sign in to comment.