Skip to content

Commit 6ac33b7

Browse files
committed
fix: remove arm64 windows compile target
1 parent 94ba7cc commit 6ac33b7

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
@@ -12,7 +12,7 @@ ci = "github"
1212
# The installers to generate for each app
1313
installers = ["shell", "powershell", "npm"]
1414
# Target platforms to build apps for (Rust target-triple syntax)
15-
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"]
15+
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"]
1616
# A namespace to use when publishing this package to the npm registry
1717
npm-scope = "@docbox-nz"
1818
# Path that installers should place binaries in

0 commit comments

Comments
 (0)