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 dde5805 commit 0aa25cfCopy full SHA for 0aa25cf
dist-workspace.toml
@@ -11,3 +11,6 @@ ci = "github"
11
installers = []
12
# Target platforms to build apps for (Rust target-triple syntax)
13
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
+
15
+[dist.github-custom-runners]
16
+x86_64-unknown-linux-musl = "ubuntu-22.04-arm" # force dist build to use cargo-zigbuild on this target
0 commit comments