Skip to content

Commit d0eb3d4

Browse files
authored
Build against musl on linux (#143)
Co-authored-by: Will <author@will.party>
1 parent 9ee3abc commit d0eb3d4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/publish-binaries.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- rust-target: x86_64-unknown-linux-gnu
31+
- rust-target: x86_64-unknown-linux-musl
3232
os: ubuntu-latest
33-
- rust-target: aarch64-unknown-linux-gnu
33+
cross: true
34+
- rust-target: aarch64-unknown-linux-musl
3435
os: ubuntu-latest
3536
cross: true
3637
- rust-target: x86_64-apple-darwin
@@ -70,9 +71,10 @@ jobs:
7071
strategy:
7172
matrix:
7273
include:
73-
- rust-target: x86_64-unknown-linux-gnu
74+
- rust-target: x86_64-unknown-linux-musl
7475
os: ubuntu-latest
75-
- rust-target: aarch64-unknown-linux-gnu
76+
cross: true
77+
- rust-target: aarch64-unknown-linux-musl
7678
os: ubuntu-latest
7779
cross: true
7880
- rust-target: x86_64-apple-darwin

0 commit comments

Comments
 (0)