Skip to content

Commit 8f61d8b

Browse files
committed
feat: Add musl build targets for Alpine Linux
1 parent 252778b commit 8f61d8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
matrix:
2626
include:
2727
- target: x86_64-unknown-linux-gnu
28+
- target: x86_64-unknown-linux-musl
2829
- target: aarch64-unknown-linux-gnu
30+
- target: aarch64-unknown-linux-musl
2931
runs-on: ubuntu-latest
3032
steps:
3133
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)