Skip to content

Commit

Permalink
ci: add builds for other musl targets
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed May 13, 2024
1 parent 106c3b5 commit 64a02a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,13 +553,18 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- target: aarch64-unknown-linux-musl
arch: aarch64
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
- target: armv7-unknown-linux-musleabihf
arch: armv7
- target: powerpc64le-unknown-linux-musl
arch: ppc64le
- target: s390x-unknown-linux-musl
arch: s390x

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 64a02a4

Please sign in to comment.