Skip to content

Commit

Permalink
Build against musl on linux (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: Will <[email protected]>
  • Loading branch information
ouillie and Will authored Oct 21, 2024
1 parent 9ee3abc commit d0eb3d4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
strategy:
matrix:
include:
- rust-target: x86_64-unknown-linux-gnu
- rust-target: x86_64-unknown-linux-musl
os: ubuntu-latest
- rust-target: aarch64-unknown-linux-gnu
cross: true
- rust-target: aarch64-unknown-linux-musl
os: ubuntu-latest
cross: true
- rust-target: x86_64-apple-darwin
Expand Down Expand Up @@ -70,9 +71,10 @@ jobs:
strategy:
matrix:
include:
- rust-target: x86_64-unknown-linux-gnu
- rust-target: x86_64-unknown-linux-musl
os: ubuntu-latest
- rust-target: aarch64-unknown-linux-gnu
cross: true
- rust-target: aarch64-unknown-linux-musl
os: ubuntu-latest
cross: true
- rust-target: x86_64-apple-darwin
Expand Down

0 comments on commit d0eb3d4

Please sign in to comment.