Skip to content

Commit

Permalink
chore: also make linux-aarch64 and musl builds
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Aug 13, 2024
1 parent 34e6d79 commit 2f7eb28
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 @@ -83,7 +83,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 2f7eb28

Please sign in to comment.