Skip to content

Commit

Permalink
Merge pull request #117 from mkantor/musl
Browse files Browse the repository at this point in the history
Switch to statically-linked musl for Linux builds
  • Loading branch information
mkantor authored Jul 13, 2024
2 parents ca45d51 + a81dfe2 commit 919a136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
target: x86_64-apple-darwin
- os: ubuntu-latest
artifact_prefix: linux-x86-64
target: x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-musl
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
Expand Down

0 comments on commit 919a136

Please sign in to comment.