Skip to content

Commit

Permalink
Remove Windows Binary compression in GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Aug 15, 2022
1 parent daa656b commit 673fca5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pipedream/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows
goarch:
- amd64
- arm64
Expand All @@ -29,7 +28,13 @@ builds:
goos:
- windows
goarch:
- amd64
- arm64
- 386
- arm
goarm:
- 6
- 7
- id: "darwin"
binary: pipedream
ldflags: -s -w -X main.Version={{ .Version }}
Expand Down

0 comments on commit 673fca5

Please sign in to comment.