We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee3abc commit d0eb3d4Copy full SHA for d0eb3d4
.github/workflows/publish-binaries.yml
@@ -28,9 +28,10 @@ jobs:
28
strategy:
29
matrix:
30
include:
31
- - rust-target: x86_64-unknown-linux-gnu
+ - rust-target: x86_64-unknown-linux-musl
32
os: ubuntu-latest
33
- - rust-target: aarch64-unknown-linux-gnu
+ cross: true
34
+ - rust-target: aarch64-unknown-linux-musl
35
36
cross: true
37
- rust-target: x86_64-apple-darwin
@@ -70,9 +71,10 @@ jobs:
70
71
72
73
74
75
76
77
78
79
80
0 commit comments