Skip to content

Commit a81dfe2

Browse files
committed
Switch to statically-linked musl for Linux builds
1 parent ca45d51 commit a81dfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
target: x86_64-apple-darwin
5757
- os: ubuntu-latest
5858
artifact_prefix: linux-x86-64
59-
target: x86_64-unknown-linux-gnu
59+
target: x86_64-unknown-linux-musl
6060
steps:
6161
- uses: actions/checkout@v2
6262
- uses: actions/cache@v2

0 commit comments

Comments
 (0)