We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aarch64-unknown-linux-musl
1 parent 1d50810 commit 7ce8b68Copy full SHA for 7ce8b68
1 file changed
Cargo.toml
@@ -19,7 +19,7 @@ ci = "github"
19
# The installers to generate for each app
20
installers = ["shell", "powershell"]
21
# Target platforms to build apps for (Rust target-triple syntax)
22
-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"]
+targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
23
# Which actions to run on pull requests
24
pr-run-mode = "plan"
25
# Whether to install an updater program
0 commit comments