Skip to content

Commit 9e23a8f

Browse files
committed
ci: add musl target (static linking) to release workflow
1 parent d1b2603 commit 9e23a8f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- target: x86_64-unknown-linux-gnu
3737
os: ubuntu-latest
3838
use_cross: true
39+
- target: x86_64-unknown-linux-musl
40+
os: ubuntu-latest
41+
use_cross: true
3942
- target: aarch64-unknown-linux-gnu
4043
os: ubuntu-latest
4144
use_cross: true

0 commit comments

Comments
 (0)