Skip to content

Commit a32cfe9

Browse files
committed
fix(build): uncomment the cosign
1 parent 9bf8017 commit a32cfe9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.goreleaser.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,17 @@ release:
9999
100100
**Full Changelog**: https://github.com/meysam81/{{ .ProjectName }}/compare/{{ .PreviousTag }}...{{ .Tag }}
101101
102-
# binary_signs:
103-
# - cmd: cosign
104-
# args:
105-
# - sign-blob
106-
# - --output-signature=${signature}
107-
# - --output-certificate=${certificate}
108-
# - ${artifact}
109-
# - --yes
110-
# certificate: '${artifact}_{{- tolower .Os }}_{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}.pem'
111-
# signature: '${artifact}_{{- tolower .Os }}_{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}.sig'
112-
# output: true
102+
binary_signs:
103+
- cmd: cosign
104+
args:
105+
- sign-blob
106+
- --output-signature=${signature}
107+
- --output-certificate=${certificate}
108+
- ${artifact}
109+
- --yes
110+
certificate: '${artifact}_{{- tolower .Os }}_{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}.pem'
111+
signature: '${artifact}_{{- tolower .Os }}_{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}.sig'
112+
output: true
113113

114114
checksum:
115115
name_template: checksums.txt

0 commit comments

Comments
 (0)