Skip to content

Commit

Permalink
Build against musl on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Oct 21, 2024
1 parent 9ee3abc commit 0da47ca
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 0da47ca

Please sign in to comment.