Support artifact attestations verification

This commit is contained in:
Taiki Endo
2026-03-21 04:30:53 +09:00
parent 68bba89805
commit 8418e9f725
22 changed files with 2654 additions and 324 deletions

View File

@@ -3,6 +3,14 @@
"tag_prefix": "v",
"bin": "${package}${exe}",
"version_range": ">= 0.62.0",
"signing": {
"version_range": ">= 0.69.4",
"kind": {
"gh-attestation": {
"signer-workflow": "${repo}/.github/workflows/reusable-release.yaml"
}
}
},
"platform": {
"x86_64_linux_gnu": {
"asset_name": "${package}_${version}_Linux-64bit.tar.gz"