Skip to content

Commit

Permalink
feat: add aarch64 macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed May 6, 2024
1 parent 88c057e commit f1d16b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
pr-run-mode = "plan"
# Whether to install an updater program
Expand Down

0 comments on commit f1d16b9

Please sign in to comment.