Skip to content

Commit 673fca5

Browse files
committed
Remove Windows Binary compression in GoReleaser
1 parent daa656b commit 673fca5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pipedream/.goreleaser.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ builds:
1212
- CGO_ENABLED=0
1313
goos:
1414
- linux
15-
- windows
1615
goarch:
1716
- amd64
1817
- arm64
@@ -29,7 +28,13 @@ builds:
2928
goos:
3029
- windows
3130
goarch:
31+
- amd64
32+
- arm64
33+
- 386
3234
- arm
35+
goarm:
36+
- 6
37+
- 7
3338
- id: "darwin"
3439
binary: pipedream
3540
ldflags: -s -w -X main.Version={{ .Version }}

0 commit comments

Comments
 (0)