Skip to content

Commit 4902a1e

Browse files
committed
Disable aarch64-unknown-linux-gnu target
1 parent 346b17f commit 4902a1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist-workspace.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ ci = "github"
1010
# The installers to generate for each app
1111
installers = ["shell", "powershell"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
13+
# Disable aarch64-unknown-linux-gnu temporary since it build failed due to lack OpenSSL dependency
14+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
1415
# Path that installers should place binaries in
1516
install-path = "CARGO_HOME"
1617
# Whether to install an updater program

0 commit comments

Comments
 (0)