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 673fca5 commit c8cb430Copy full SHA for c8cb430
pipedream/.goreleaser.yml
@@ -5,33 +5,18 @@ before:
5
- go mod download
6
7
builds:
8
- - id: "general"
+ - id: "pipedream"
9
binary: pipedream
10
ldflags: -s -w -X main.Version={{ .Version }}
11
env:
12
- CGO_ENABLED=0
13
goos:
14
- 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:
29
- windows
30
goarch:
31
- amd64
32
- arm64
33
- 386
34
- - arm
35
goarm:
36
- 6
37
- 7
@@ -43,10 +28,6 @@ builds:
43
44
45
46
47
48
49
-
50
51
archives:
52
- id: "default"
0 commit comments