mirror of
https://github.com/taiki-e/install-action
synced 2026-09-07 20:03:26 +00:00
21 lines
716 B
JSON
21 lines
716 B
JSON
{
|
|
"repository": "https://github.com/aya-rs/bpf-linker",
|
|
"license_markdown": "[Apache-2.0](https://github.com/aya-rs/bpf-linker/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/aya-rs/bpf-linker/blob/main/LICENSE-MIT)",
|
|
"tag_prefix": "v",
|
|
"version_range": ">= 0.10.4",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${rust_target}.tar.zst",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${rust_target_arch}-pc-windows-gnullvm.tar.zst"
|
|
},
|
|
"aarch64_linux_musl": {},
|
|
"aarch64_macos": {},
|
|
"aarch64_windows": {
|
|
"asset_name": "${package}-${rust_target_arch}-pc-windows-gnullvm.tar.zst"
|
|
}
|
|
}
|
|
}
|