We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde3e80 commit ad7f4deCopy full SHA for ad7f4de
1 file changed
dist-workspace.toml
@@ -10,8 +10,7 @@ ci = "github"
10
# The installers to generate for each app
11
installers = []
12
# Target platforms to build apps for (Rust target-triple syntax)
13
-#targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
14
-targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
+targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
15
# Which actions to run on pull requests
16
pr-run-mode = "plan"
17
# Install `perl-IPC-Cmd` on manylinux as required to build OpenSSL
0 commit comments