Skip to content

Commit

Permalink
build: reinstate musl build in release (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Apr 4, 2023
1 parent e0d6118 commit 9c21e69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ jobs:
RUST_BACKTRACE: 1
strategy:
matrix:
build: [linux-gnu, linux-arm, macos, netbsd, win-msvc]
build: [linux-gnu, linux-musl, linux-arm, macos, netbsd, win-msvc]
include:
- build: linux-gnu
os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
- build: linux-musl
os: ubuntu-22.04
target: x86_64-unknown-linux-musl
- build: linux-arm
os: ubuntu-22.04
target: aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 9c21e69

Please sign in to comment.