File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,24 @@ tap = "rust-mcp-stack/homebrew-tap"
2424# Publish jobs to run in CI
2525publish-jobs = [" homebrew" ]
2626
27-
2827[dist .github-custom-runners ]
2928global = " ubuntu-22.04"
3029
3130[dist .github-custom-runners .x86_64-unknown-linux-gnu ]
3231global = " ubuntu-22.04"
32+ runner = " ubuntu-22.04"
3333
3434[dist .github-custom-runners .aarch64-unknown-linux-gnu ]
35- global = " ubuntu-22.04"
35+ runner = " ubuntu-22.04"
36+ container = { image = " quay.io/pypa/manylinux_2_28_x86_64" , host = " x86_64-unknown-linux-musl" }
37+
38+ # allow-dirty = ["ci"]
39+
40+ # [dist.github-custom-runners.x86_64-unknown-linux-gnu]
41+ # container = { image = "quay.io/pypa/manylinux_2_28_x86_64", host = "x86_64-unknown-linux-musl" }
42+
43+ # [dist.github-custom-runners.aarch64-unknown-linux-gnu]
44+ # container = { image = "quay.io/pypa/manylinux_2_28_x86_64", host = "x86_64-unknown-linux-musl" }
3645
3746
3847# [package]
You can’t perform that action at this time.
0 commit comments