Skip to content

Commit

Permalink
Add s390x arch build
Browse files Browse the repository at this point in the history
rust using cross build tool
so it can build out s390x binary from x86 platform

fix: starship#5808
  • Loading branch information
lysliu committed Mar 1, 2024
1 parent f38bf82 commit 4207b6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
- target: aarch64-unknown-linux-musl
os: ubuntu-latest
name: starship-aarch64-unknown-linux-musl.tar.gz

- target: s390x-unknown-linux-musl
os: ubuntu-latest
name: starship-s390x-unknown-linux-musl.tar.gz

- target: arm-unknown-linux-musleabihf
os: ubuntu-latest
Expand Down

0 comments on commit 4207b6e

Please sign in to comment.