Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
819 B
JSON
Raw Permalink Normal View History

2025-02-02 05:25:57 +09:00
{
"repository": "https://github.com/taiki-e/parse-dockerfile",
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/parse-dockerfile/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-dockerfile/blob/main/LICENSE-MIT)",
2025-02-02 05:25:57 +09:00
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",
2026-03-21 04:30:53 +09:00
"signing": {
"version_range": ">= 0.1.5",
"kind": {
"gh-attestation": {
"signer-workflow": "taiki-e/github-actions/.github/workflows/rust-release.yml"
}
}
},
2025-02-02 05:25:57 +09:00
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {},
"aarch64_linux_musl": {},
"aarch64_macos": {},
"aarch64_windows": {},
"powerpc64le_linux_musl": {},
"riscv64_linux_musl": {},
"s390x_linux_gnu": {}
2025-02-02 05:25:57 +09:00
}
}