Skip to content

Commit

Permalink
removed upx, experienced some issues when running binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarazzutti committed Dec 23, 2021
1 parent 9489746 commit fff2424
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ builds:
- 386
- amd64
- arm64
hooks:
post:
- sh -c 'upx "{{ .Path }}" || true' # run in sh in order to not fail when upx cannot run on an arch

archives:
-
Expand Down

0 comments on commit fff2424

Please sign in to comment.