Skip to content

Commit 9db1eab

Browse files
committed
Revert "cargo-dist: generate more targets"
This reverts commit 80b9931.
1 parent 2392acf commit 9db1eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ ci = ["github"]
4141
# The installers to generate for each app
4242
installers = []
4343
# Target platforms to build apps for (Rust target-triple syntax)
44-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
44+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
4545
# Publish jobs to run in CI
4646
pr-run-mode = "plan"

0 commit comments

Comments
 (0)