Skip to content

Commit 4c0955d

Browse files
Don't cross compile, just use a different base image
1 parent 464109f commit 4c0955d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dist-workspace.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ pr-run-mode = "upload"
3131
# packages due to open bugs.
3232
[dist.github-custom-runners]
3333
x86_64-unknown-linux-gnu = "ubuntu-22.04"
34-
aarch64-unknown-linux-gnu = "ubuntu-22.04"
34+
aarch64-unknown-linux-gnu = "ubuntu-22.04-arm"
35+
3536
# Also failing, but maybe unrelated?
3637
# x86_64-pc-windows-msvc = "ubuntu-22.04"
3738

0 commit comments

Comments
 (0)