Skip to content

Commit

Permalink
test(build):remove upx
Browse files Browse the repository at this point in the history
  • Loading branch information
404tk committed Dec 5, 2023
1 parent 50fb157 commit 90a0b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/conf/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ builds:
#ignore:
#- goos: windows
#goarch: arm64
hooks:
post: upx --best -f -q "{{ .Path }}"
#hooks:
#post: upx --best -f -q "{{ .Path }}"

- id: "without-upx"
main: ./cmd/main.go
Expand Down

0 comments on commit 90a0b45

Please sign in to comment.