Skip to content

Commit

Permalink
feat(static): Use static binaries for compatability (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dark0dave authored Jan 11, 2025
2 parents 846ae39 + 7d8792c commit aad4054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
target: x86_64-apple-darwin
suffix: ''
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-musl
suffix: ''
- os: windows-latest
target: x86_64-pc-windows-msvc
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
target: x86_64-apple-darwin
suffix: ''
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-musl
suffix: ''
- os: windows-latest
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit aad4054

Please sign in to comment.