Skip to content

Commit 75f3458

Browse files
committed
chore: customize signature and output certificate
Release-As: 1.0.2
1 parent 29d6fd1 commit 75f3458

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.goreleaser.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,14 @@ changelog:
3939

4040
binary_signs:
4141
- cmd: cosign
42+
args:
43+
- sign-blob
44+
- --output-signature=${signature}
45+
- ----output-certificate=${certificate}
46+
- ${artifact}
47+
- --yes
4248
certificate: '{{ trimsuffix .Env.artifact ".tar.gz" }}.pem'
49+
signature: "${artifact}.sig"
4350

4451
checksum:
4552
name_template: checksums.txt

0 commit comments

Comments
 (0)