Skip to content

Commit 2b402ea

Browse files
committed
Distribute prebuilt binaries for powerpc64le/riscv64gc/s390x Linux
1 parent 61a93a5 commit 2b402ea

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ jobs:
5555
- target: x86_64-unknown-illumos
5656
- target: universal-apple-darwin
5757
os: macos-13
58+
- target: powerpc64le-unknown-linux-gnu
59+
os: ubuntu-22.04
60+
- target: powerpc64le-unknown-linux-musl
61+
- target: riscv64gc-unknown-linux-gnu
62+
os: ubuntu-22.04
63+
- target: riscv64gc-unknown-linux-musl
64+
- target: s390x-unknown-linux-gnu
65+
os: ubuntu-22.04
66+
# - target: s390x-unknown-linux-musl # tier 3
5867
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
5968
timeout-minutes: 60
6069
permissions:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1212

1313
## [Unreleased]
1414

15+
- Distribute prebuilt binaries for powerpc64le/riscv64gc/s390x Linux.
16+
1517
## [0.6.37] - 2025-07-11
1618

1719
- Fix `--mutually-exclusive-features` interacting with optional dependencies. ([#276](https://github.com/taiki-e/cargo-hack/pull/276), thanks @xStrom)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ cargo-hack requires Cargo 1.26+.
479479
### From prebuilt binaries
480480

481481
You can download prebuilt binaries from the [Release page](https://github.com/taiki-e/cargo-hack/releases).
482-
Prebuilt binaries are available for macOS, Linux (gnu and musl), Windows (static executable), FreeBSD, and illumos.
482+
Prebuilt binaries are available for Linux (x86_64 gnu/musl, aarch64 gnu/musl, powerpc64le gnu/musl, riscv64gc gnu/musl, and s390x gnu, musl binaries are static executable), macOS (x86_64, aarch64, and universal), Windows (x86_64 and aarch64, static executable), FreeBSD (x86_64), and illumos (x86_64).
483483

484484
<details>
485485
<summary>Example of script to install from the Release page (click to show)</summary>

0 commit comments

Comments
 (0)