Support bpf-linker (#1950)

This commit is contained in:
Taiki Endo
2026-07-23 22:13:22 +09:00
committed by GitHub
parent 05a01b63a2
commit 20d0440ac8
6 changed files with 98 additions and 7 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"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"
}
}
}