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 9b7d1bd commit 187ad66Copy full SHA for 187ad66
Cargo.toml
@@ -35,7 +35,7 @@ ci = ["github"]
35
# The installers to generate for each app
36
installers = ["shell", "npm", "homebrew"]
37
# Target platforms to build apps for (Rust target-triple syntax)
38
-targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-musl"]
+targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin"]
39
# The archive format to use for windows builds (defaults .zip)
40
windows-archive = ".tar.gz"
41
# The archive format to use for non-windows builds (defaults .tar.xz)
0 commit comments