mirror of
https://github.com/taiki-e/install-action
synced 2026-09-14 20:13:27 +00:00
Support rafn (#1935)
This commit is contained in:
@@ -51,6 +51,7 @@ glibc_pre_2_27_incompat=(
|
||||
glibc_pre_2_17_incompat=(
|
||||
"${glibc_pre_2_27_incompat[@]}"
|
||||
deepsource # https://github.com/DeepSourceCorp/cli/issues/245
|
||||
rafn # built on ubuntu-24.04, requires GLIBC_2.17+
|
||||
rust
|
||||
)
|
||||
musl_incompat=(
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"repository": "https://github.com/voron-software/rafn",
|
||||
"license_markdown": "[Apache-2.0](https://github.com/voron-software/rafn/blob/HEAD/LICENSE)",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target}.tar.gz",
|
||||
"platform": {
|
||||
"x86_64_linux_gnu": {},
|
||||
"aarch64_linux_gnu": {},
|
||||
"x86_64_macos": {},
|
||||
"aarch64_macos": {},
|
||||
"x86_64_windows": {
|
||||
"asset_name": "${package}-${rust_target}.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user