Skip to content

Commit aad4054

Browse files
authored
feat(static): Use static binaries for compatability (#136)
2 parents 846ae39 + 7d8792c commit aad4054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
target: x86_64-apple-darwin
3434
suffix: ''
3535
- os: ubuntu-latest
36-
target: x86_64-unknown-linux-gnu
36+
target: x86_64-unknown-linux-musl
3737
suffix: ''
3838
- os: windows-latest
3939
target: x86_64-pc-windows-msvc
@@ -93,7 +93,7 @@ jobs:
9393
target: x86_64-apple-darwin
9494
suffix: ''
9595
- os: ubuntu-latest
96-
target: x86_64-unknown-linux-gnu
96+
target: x86_64-unknown-linux-musl
9797
suffix: ''
9898
- os: windows-latest
9999
target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)