Skip to content

Commit d1900ea

Browse files
committed
CI linux musl builds
1 parent 3d90379 commit d1900ea

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ permissions:
55

66
on:
77
push:
8+
branches:
9+
- main
810
tags:
911
- v[0-9]+.*
1012

@@ -21,10 +23,14 @@ jobs:
2123
strategy:
2224
matrix:
2325
include:
26+
- target: aarch64-unknown-linux-musl
27+
os: ubuntu-latest
2428
- target: aarch64-unknown-linux-gnu
2529
os: ubuntu-latest
2630
- target: aarch64-apple-darwin
2731
os: macos-latest
32+
- target: x86_64-unknown-linux-musl
33+
os: ubuntu-latest
2834
- target: x86_64-unknown-linux-gnu
2935
os: ubuntu-latest
3036
- target: x86_64-apple-darwin

0 commit comments

Comments
 (0)