We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa22fb7 commit 5582eb6Copy full SHA for 5582eb6
pipedream/.goreleaser.yml
@@ -5,7 +5,7 @@ before:
5
- go mod download
6
7
builds:
8
- - id: "pipedream"
+ - id: "general"
9
binary: pipedream
10
ldflags: -s -w -X main.Version={{ .Version }}
11
env:
@@ -17,20 +17,27 @@ builds:
17
- amd64
18
- arm64
19
- 386
20
- - arm
21
goarm:
22
- 6
23
- 7
24
hooks:
25
post:
26
- upx "{{ .Path }}"
+ - id: "windows arm"
27
+ binary: pipedream
28
+ ldflags: -s -w -X main.Version={{ .Version }}
29
+ goos:
30
+ - windows
31
+ goarch:
32
+ - arm
33
- id: "darwin"
34
35
36
goos:
37
- darwin
38
goarch:
39
40
+ - arm64
41
42
43
0 commit comments