Skip to content

Commit

Permalink
disable linux musl target for now
Browse files Browse the repository at this point in the history
  • Loading branch information
seapagan committed Feb 28, 2025
1 parent 2cb87fe commit 2106355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
binary_target: x86_64-unknown-linux-musl
# - os: ubuntu-latest
# binary_target: x86_64-unknown-linux-musl
- os: ubuntu-latest
binary_target: x86_64-unknown-linux-gnu
- os: windows-latest
Expand Down

0 comments on commit 2106355

Please sign in to comment.