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

@@ -6,6 +6,14 @@
"asset_name": "${package}-${rust_target}.tar.gz",
"bin": "${package}-${rust_target}/${package}${exe}",
"version_range": ">= 0.2.20",
"signing": {
"version_range": ">= 0.3.1",
"kind": {
"gh-attestation": {
"signer-workflow": "${repo}/.github/workflows/release.yml"
}
}
},
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},