mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
Support wasm-tools (#1642)
This commit is contained in:
31
tools/codegen/base/wasm-tools.json
Normal file
31
tools/codegen/base/wasm-tools.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"repository": "https://github.com/bytecodealliance/wasm-tools",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${version}-${rust_target_arch}-${rust_target_os}.tar.gz",
|
||||
"version_range": ">= 1.236.0",
|
||||
"bin": "${package}-${version}-${rust_target_arch}-${rust_target_os}/${package}${exe}",
|
||||
"signing": {
|
||||
"version_range": ">= 1.241.2",
|
||||
"kind": {
|
||||
"gh-attestation": {
|
||||
"signer-workflow": "${repo}/.github/workflows/publish.yml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"platform": {
|
||||
"aarch64_macos": {},
|
||||
"aarch64_linux_gnu": {
|
||||
"asset_name": "${package}-${version}-${rust_target_arch}-linux.tar.gz",
|
||||
"bin": "${package}-${version}-${rust_target_arch}-linux/${package}"
|
||||
},
|
||||
"x86_64_macos": {},
|
||||
"x86_64_linux_gnu": {
|
||||
"asset_name": "${package}-${version}-${rust_target_arch}-linux.tar.gz",
|
||||
"bin": "${package}-${version}-${rust_target_arch}-linux/${package}"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-${version}-${rust_target_arch}-${rust_target_os}.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user