Skip to content

Commit

Permalink
chore(ci): Update target to musl
Browse files Browse the repository at this point in the history
  • Loading branch information
fioncat committed Mar 28, 2024
1 parent 0064994 commit 366f8ef
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 @@ -24,9 +24,9 @@ jobs:
matrix:
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-musl
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
target: aarch64-unknown-linux-musl

- os: macos-11
target: x86_64-apple-darwin
Expand Down

0 comments on commit 366f8ef

Please sign in to comment.