Skip to content

Commit

Permalink
fix: remove aarch64-apple from dist-task
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Jan 19, 2024
1 parent 0e20160 commit 7f44e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ci = ["github"]
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin"]
# Publish jobs to run in CI
pr-run-mode = "plan"

Expand Down

0 comments on commit 7f44e6e

Please sign in to comment.