File tree Expand file tree Collapse file tree 1 file changed +12
-19
lines changed Expand file tree Collapse file tree 1 file changed +12
-19
lines changed Original file line number Diff line number Diff line change @@ -16,37 +16,30 @@ builds:
16
16
ldflags :
17
17
- ' -s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
18
18
goos :
19
- - freebsd
20
- - windows
21
19
- linux
22
20
- darwin
23
21
goarch :
24
22
- amd64
25
- - ' 386'
26
- - arm
27
23
- arm64
28
- ignore :
29
- - goos : darwin
30
- goarch : ' 386'
31
24
binary : ' {{ .ProjectName }}_v{{ .Version }}'
32
25
archives :
33
26
- format : zip
34
27
name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
35
28
checksum :
36
29
name_template : ' {{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
37
30
algorithm : sha256
38
- signs :
39
- - artifacts : checksum
40
- args :
41
- # if you are using this is a GitHub action or some other automated pipeline, you
42
- # need to pass the batch flag to indicate its not interactive.
43
- - " --batch"
44
- - " --local-user"
45
- - " {{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
46
- - " --output"
47
- - " ${signature}"
48
- - " --detach-sign"
49
- - " ${artifact}"
31
+ # signs:
32
+ # - artifacts: checksum
33
+ # args:
34
+ # # if you are using this is a GitHub action or some other automated pipeline, you
35
+ # # need to pass the batch flag to indicate its not interactive.
36
+ # - "--batch"
37
+ # - "--local-user"
38
+ # - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
39
+ # - "--output"
40
+ # - "${signature}"
41
+ # - "--detach-sign"
42
+ # - "${artifact}"
50
43
release :
51
44
# Visit your project's GitHub Releases page to publish this release.
52
45
# draft: true
You can’t perform that action at this time.
0 commit comments