We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f33e24 + 7466612 commit 8d791b8Copy full SHA for 8d791b8
1 file changed
dist-workspace.toml
@@ -19,6 +19,9 @@ github-build-setup = "../manylinux.yml"
19
[dist.github-custom-runners]
20
global = "ubuntu-22.04"
21
22
-[dist.github-custom-runners.x86_64-unknown-linux-gnu]
+[dist.github-custom-runners.x86_64-unknown-linux-musl]
23
runner = "ubuntu-22.04"
24
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