Skip to content

Commit

Permalink
Merge pull request #25 from corneliusroemer/linux-aarch64
Browse files Browse the repository at this point in the history
chore: also make linux-aarch64 and musl builds
  • Loading branch information
rob-p authored Aug 26, 2024
2 parents ff4fc51 + 2f7eb28 commit 87f96c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ installers = ["shell"]
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"aarch64-unknown-linux-gnu",
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
"x86_64-unknown-linux-musl",
]
# Publish jobs to run in CI
pr-run-mode = "plan"
Expand Down

0 comments on commit 87f96c5

Please sign in to comment.