From b22b9aaa6b4e9499b88450f3fc420ec090712edf Mon Sep 17 00:00:00 2001 From: Jonathan Morley Date: Tue, 31 Dec 2024 09:41:30 -0500 Subject: [PATCH] use docker container with up to date cargo-xwin for aarch windows --- dist-workspace.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist-workspace.toml b/dist-workspace.toml index 1c1fbdf..e5be990 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -25,3 +25,6 @@ install-path = "CARGO_HOME" install-updater = false pr-run-mode = "upload" github-attestations = true + +[dist.github-custom-runners.aarch64-pc-windows-msvc] +container = "messense/cargo-xwin"