Skip to content

Commit 44e6951

Browse files
committed
ci(release): Using musl instead of gnu to privde static linked build
1 parent 441113d commit 44e6951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
strategy:
1010
matrix:
1111
include:
12-
- target: aarch64-unknown-linux-gnu
12+
- target: aarch64-unknown-linux-musl
1313
os: ubuntu-latest
14-
- target: x86_64-unknown-linux-gnu
14+
- target: x86_64-unknown-linux-musl
1515
os: ubuntu-latest
1616
- target: aarch64-apple-darwin
1717
os: macos-latest

0 commit comments

Comments
 (0)