Skip to content

Commit

Permalink
fix: change musl binary build os
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Oct 9, 2024
1 parent c2683dd commit 5625bbf
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 @@ -39,12 +39,12 @@ jobs:
}
- {
os: "ubuntu-24.04",
target: "x86_64-unknown-linux-musl",
target: "aarch64-unknown-linux-gnu",
cross: true,
}
- {
os: "ubuntu-22.04",
target: "aarch64-unknown-linux-gnu",
target: "x86_64-unknown-linux-musl",
cross: true,
}
- {
Expand Down

0 comments on commit 5625bbf

Please sign in to comment.