Support powerpc64le/riscv64/s390x Linux runners

This commit is contained in:
Taiki Endo
2025-09-08 23:17:50 +09:00
parent 4b930c0a05
commit 3a6ab413c1
50 changed files with 3317 additions and 91 deletions

View File

@@ -87,11 +87,13 @@ If you want to ensure that fallback is not used, use `fallback: none`.
tool: cargo-hack
# Possible values:
# - none: disable all fallback options
# - cargo-binstall (default): use cargo-binstall (includes quickinstall)
# - cargo-binstall (default): use cargo-binstall (includes "quickinstall" and "install from source")
# - cargo-install: use `cargo install`
fallback: none
```
On platforms where cargo-binstall does not provide prebuilt binaries, cargo-install fallback is used instead of cargo-binstall fallback.
### Add support for new tool
See the [development guide](DEVELOPMENT.md) for how to add support for new tool.