Skip to content

Commit 982ff85

Browse files
committed
linux arm64 not compiling in CI (yet)
1 parent 010e7cc commit 982ff85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ installers = ["shell", "powershell", "homebrew"]
1212
# A GitHub repo to push Homebrew formulas to
1313
tap = "RandomStudio/homebrew-tap"
1414
# Target platforms to build apps for (Rust target-triple syntax)
15-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
15+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
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)