We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960ca5f commit 619694dCopy full SHA for 619694d
1 file changed
.github/workflows/ci.yml
@@ -161,11 +161,21 @@ jobs:
161
os: windows-latest
162
rust: stable
163
target: aarch64-pc-windows-msvc
164
+ - name: Linux - Stable (x86_64-musl, non-host)
165
+ os: ubuntu-latest
166
+ rust: stable
167
+ target: x86_64-unknown-linux-musl
168
+ cross: true
169
- name: Linux - Stable (aarch64, non-host)
170
os: ubuntu-latest
171
172
target: aarch64-unknown-linux-gnu
173
cross: true
174
+ - name: Linux - Stable (aarch64-musl, non-host)
175
176
177
+ target: aarch64-unknown-linux-musl
178
179
- name: macOS - Stable (x86_64, non-host)
180
os: macos-latest
181
0 commit comments