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"
24
24
# Publish jobs to run in CI
25
25
publish-jobs = [" homebrew" ]
26
26
27
-
28
27
[dist .github-custom-runners ]
29
28
global = " ubuntu-22.04"
30
29
31
30
[dist .github-custom-runners .x86_64-unknown-linux-gnu ]
32
31
global = " ubuntu-22.04"
32
+ runner = " ubuntu-22.04"
33
33
34
34
[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" }
36
45
37
46
38
47
# [package]
You can’t perform that action at this time.
0 commit comments