-
|
https://goreleaser.com/customization/sign/ says:
but I'm unclear how to set that up in the configuration. I have a tool that has Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Something like this, probably: signs:
- signature: "${artifact}.sig"
cmd: your-tool-name
args: ["--in", "${artifact}", "--out", "${signature}"] |
Beta Was this translation helpful? Give feedback.
fwiw,
binary_signsis onmain, and in goreleaser pro you also have aifoption to further select which binaries to signhttps://goreleaser.com/customization/binary_sign/