mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
50684fbdcf
```
Error: platform list in base manifest for prek contains powerpc64le_linux_gnu, but latest release (0.2.27) doesn't contain it; consider marking 0.2.27 as broken by adding 'broken' field to base manifest
```
26 lines
739 B
JSON
26 lines
739 B
JSON
{
|
|
"repository": "https://github.com/j178/prek",
|
|
"license_markdown": "[MIT](https://github.com/j178/prek/blob/master/LICENSE)",
|
|
"tag_prefix": "v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${rust_target}.tar.gz",
|
|
"bin": "${package}-${rust_target}/${package}${exe}",
|
|
"version_range": ">= 0.2.20",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${rust_target}.zip",
|
|
"bin": "${package}${exe}"
|
|
},
|
|
"aarch64_linux_musl": {},
|
|
"aarch64_macos": {},
|
|
"aarch64_windows": {
|
|
"asset_name": "${package}-${rust_target}.zip",
|
|
"bin": "${package}${exe}"
|
|
},
|
|
"riscv64_linux_gnu": {},
|
|
"s390x_linux_gnu": {}
|
|
}
|
|
}
|