Skip to content

Commit 0aa25cf

Browse files
committed
try build musl on ubuntu arm host to force cargo-zigbuild
1 parent dde5805 commit 0aa25cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist-workspace.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ ci = "github"
1111
installers = []
1212
# Target platforms to build apps for (Rust target-triple syntax)
1313
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

Comments
 (0)