Skip to content

Commit c8cb430

Browse files
committed
Remove UPX compression in GoReleaser
1 parent 673fca5 commit c8cb430

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

pipedream/.goreleaser.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,18 @@ before:
55
- go mod download
66

77
builds:
8-
- id: "general"
8+
- id: "pipedream"
99
binary: pipedream
1010
ldflags: -s -w -X main.Version={{ .Version }}
1111
env:
1212
- CGO_ENABLED=0
1313
goos:
1414
- linux
15-
goarch:
16-
- amd64
17-
- arm64
18-
- 386
19-
goarm:
20-
- 6
21-
- 7
22-
hooks:
23-
post:
24-
- upx "{{ .Path }}"
25-
- id: "windows arm"
26-
binary: pipedream
27-
ldflags: -s -w -X main.Version={{ .Version }}
28-
goos:
2915
- windows
3016
goarch:
3117
- amd64
3218
- arm64
3319
- 386
34-
- arm
3520
goarm:
3621
- 6
3722
- 7
@@ -43,10 +28,6 @@ builds:
4328
goarch:
4429
- amd64
4530
- arm64
46-
hooks:
47-
post:
48-
- upx "{{ .Path }}"
49-
5031

5132
archives:
5233
- id: "default"

0 commit comments

Comments
 (0)