Skip to content

Commit 83aa042

Browse files
committed
chore: remove aarch64-pc-windows-msvc
1 parent 907d794 commit 83aa042

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

dist-workspace.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ cargo-dist-version = "0.28.0"
88
# CI backends to support
99
ci = "github"
1010
# The installers to generate for each app
11-
installers = ["homebrew"]
11+
installers = ["shell", "homebrew"]
1212
# A GitHub repo to push Homebrew formulas to
1313
tap = "ynqa/homebrew-tap"
1414
# Target platforms to build apps for (Rust target-triple syntax)
15-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "armv7-unknown-linux-gnueabihf", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
15+
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "armv7-unknown-linux-gnueabihf", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
1616
# Publish jobs to run in CI
1717
publish-jobs = ["homebrew"]
1818
# Which actions to run on pull requests
1919
pr-run-mode = "plan"
20+
# Path that installers should place binaries in
21+
install-path = "CARGO_HOME"
22+
# Whether to install an updater program
23+
install-updater = false

0 commit comments

Comments
 (0)