We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346b17f commit 4902a1eCopy full SHA for 4902a1e
1 file changed
dist-workspace.toml
@@ -10,7 +10,8 @@ ci = "github"
10
# The installers to generate for each app
11
installers = ["shell", "powershell"]
12
# 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"]
+# 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"]
15
# Path that installers should place binaries in
16
install-path = "CARGO_HOME"
17
# Whether to install an updater program
0 commit comments