Skip to content

Commit

Permalink
Remove other targets
Browse files Browse the repository at this point in the history
  • Loading branch information
xeome committed Dec 8, 2023
1 parent d84dbef commit 162ffc9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@ cargo-dist-version = "0.5.0"
# CI backends to support
ci = ["github"]
# The installers to generate for each app
installers = ["shell", "powershell"]
installers = ["shell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = [
"x86_64-unknown-linux-gnu",
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
]
targets = ["x86_64-unknown-linux-gnu"]
# Publish jobs to run in CI
pr-run-mode = "upload"

0 comments on commit 162ffc9

Please sign in to comment.