Skip to content

Commit

Permalink
missing target
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Mar 20, 2024
1 parent 360877e commit a25f427
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 @@ -66,7 +66,7 @@ ci = ["github"]
# The installers to generate for each app
installers = ["shell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu"]
targets = ["aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"]
# Publish jobs to run in CI
pr-run-mode = "plan"

Expand Down

0 comments on commit a25f427

Please sign in to comment.