Skip to content

Commit 7466612

Browse files
committed
another try at cargo-dist
1 parent 36dca3a commit 7466612

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

dist-workspace.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ github-build-setup = "../manylinux.yml"
1919
[dist.github-custom-runners]
2020
global = "ubuntu-22.04"
2121

22-
[dist.github-custom-runners.x86_64-unknown-linux-gnu]
22+
[dist.github-custom-runners.x86_64-unknown-linux-musl]
2323
runner = "ubuntu-22.04"
2424
container = { image = "quay.io/pypa/manylinux_2_28_x86_64", host = "x86_64-unknown-linux-musl" }
25+
26+
[dist.github-custom-runners.x86_64-unknown-linux-gnu]
27+
runner = "ubuntu-22.04"

0 commit comments

Comments
 (0)