We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d50810 + 173a708 commit ab0d04cCopy full SHA for ab0d04c
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