Skip to content

Commit

Permalink
Fix darwin target in Goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Aug 13, 2020
1 parent 396ed9e commit 59803d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipedream/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ builds:
hooks:
post:
- upx "{{ .Path }}"
- id: "pipedream-darwin"
- id: "darwin"
binary: pipedream
ldflags: -s -w -X main.Version={{ .Version }}
goos:
Expand Down

0 comments on commit 59803d4

Please sign in to comment.