Skip to content

Commit

Permalink
Add linux-musl targets to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Jul 4, 2024
1 parent 839402d commit 2a68bbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
os: ubuntu-latest
- target: i686-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
- target: i686-unknown-linux-musl
os: ubuntu-latest
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target: aarch64-apple-darwin
Expand Down

0 comments on commit 2a68bbb

Please sign in to comment.