Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
disable upx for now as builds are failing for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Spurrier committed Dec 16, 2022
1 parent 5a63d03 commit a2aaab7
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 @@ -17,9 +17,9 @@ builds:
ldflags:
- -s -w -X main.Version={{.Version}}
mod_timestamp: '{{ .CommitTimestamp }}'
hooks:
post:
- upx --brute --no-lzma "{{ .Path }}"
# hooks:
# post:
# - upx --brute --no-lzma "{{ .Path }}"

archives:
- replacements:
Expand Down

0 comments on commit a2aaab7

Please sign in to comment.