Skip to content

Commit 4f7c113

Browse files
committed
remove aarch64-windows from build targets
1 parent f89b202 commit 4f7c113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ ci = "github"
1010
# The installers to generate for each app
1111
installers = ["shell", "powershell", "msi"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
13+
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
1414
# Path that installers should place binaries in
1515
install-path = "CARGO_HOME"

0 commit comments

Comments
 (0)