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 bfe474f commit 37f746eCopy full SHA for 37f746e
dist-workspace.toml
@@ -10,7 +10,7 @@ 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", "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", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
14
# Which actions to run on pull requests
15
pr-run-mode = "plan"
16
# Whether to install an updater program
0 commit comments