Skip to content

Commit 90a0b45

Browse files
committed
test(build):remove upx
1 parent 50fb157 commit 90a0b45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/conf/.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ builds:
2222
#ignore:
2323
#- goos: windows
2424
#goarch: arm64
25-
hooks:
26-
post: upx --best -f -q "{{ .Path }}"
25+
#hooks:
26+
#post: upx --best -f -q "{{ .Path }}"
2727

2828
- id: "without-upx"
2929
main: ./cmd/main.go

0 commit comments

Comments
 (0)