Skip to content

Commit

Permalink
Enable aarch64-apple-darwin target
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Dec 22, 2023
1 parent d4b7587 commit 9d4a1ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ jobs:
os: macos-latest,
build-cmd: "cargo",
}
- {
target: aarch64-apple-darwin,
arch: darwin,
os: macos-latest,
build-cmd: "cargo",
}
- {
target: x86_64-unknown-linux-musl,
arch: amd64,
Expand Down

0 comments on commit 9d4a1ec

Please sign in to comment.