mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
Add iai-callgrind-runner (#1073)
This commit is contained in:
13
tools/codegen/base/iai-callgrind-runner.json
Normal file
13
tools/codegen/base/iai-callgrind-runner.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"repository": "https://github.com/iai-callgrind/iai-callgrind",
|
||||
"website": "https://iai-callgrind.github.io/iai-callgrind/",
|
||||
"license_markdown": "[Apache-2.0](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-MIT)",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
|
||||
"bin": "${package}-v${version}-${rust_target}/${package}",
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"aarch64_linux_gnu": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user