Skip to content

Commit 8ef4393

Browse files
committed
fix: cargo dist update
1 parent 9f76960 commit 8ef4393

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

dist-workspace.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ ci = "github"
1212
# The installers to generate for each app
1313
installers = ["shell", "powershell", "homebrew", "msi"]
1414
# Target platforms to build apps for (Rust target-triple syntax)
15-
targets = [
16-
"aarch64-apple-darwin",
17-
"aarch64-unknown-linux-gnu",
18-
"x86_64-apple-darwin",
19-
"x86_64-unknown-linux-gnu",
20-
"x86_64-pc-windows-msvc",
21-
]
15+
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
2216
# The archive format to use for non-windows builds (defaults .tar.xz)
2317
unix-archive = ".tar.gz"
2418
# Whether to install an updater program
@@ -34,8 +28,12 @@ publish-jobs = ["homebrew"]
3428
[dist.github-custom-runners]
3529
global = "ubuntu-22.04"
3630

37-
# [dist.github-custom-runners.x86_64-unknown-linux-gnu]
38-
# global = "ubuntu-22.04"
31+
[dist.github-custom-runners.x86_64-unknown-linux-gnu]
32+
global = "ubuntu-22.04"
33+
34+
[dist.github-custom-runners.aarch64-unknown-linux-gnu]
35+
global = "ubuntu-22.04"
36+
3937

4038
# [package]
4139
# homepage = "https://rust-mcp-stack.github.io/rust-mcp-filesystem"

0 commit comments

Comments
 (0)