Skip to content

Commit 691e0a5

Browse files
committed
Remove Windows targets and installers
1 parent fb79c17 commit 691e0a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist-workspace.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ cargo-dist-version = "0.28.0"
88
# CI backends to support
99
ci = "github"
1010
# The installers to generate for each app
11-
installers = ["shell", "powershell", "homebrew", "msi"]
11+
installers = ["shell", "homebrew"]
1212
# A GitHub repo to push Homebrew formulas to
1313
tap = "openSVM/lessvm"
1414
# Target platforms to build apps for (Rust target-triple syntax)
15-
targets = ["aarch64-apple-darwin", "aarch64-pc-windows-msvc"]
15+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"]
1616
# Path that installers should place binaries in
1717
install-path = "CARGO_HOME"
1818
# Publish jobs to run in CI

0 commit comments

Comments
 (0)