From ece97c7a57b239ecfb61a15cf0e74f6dfa4a2794 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 23 May 2025 21:01:25 +0000 Subject: [PATCH 1/2] Initial plan for issue From 704a9a40d3c602c1b760a5852445f4d743cc451f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 23 May 2025 21:03:52 +0000 Subject: [PATCH 2/2] Fix incorrect architecture name for macOS Co-authored-by: agocke <515774+agocke@users.noreply.github.com> --- docs/core/deploying/native-aot/cross-compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/deploying/native-aot/cross-compile.md b/docs/core/deploying/native-aot/cross-compile.md index 07bf01b93596a..0101041408753 100644 --- a/docs/core/deploying/native-aot/cross-compile.md +++ b/docs/core/deploying/native-aot/cross-compile.md @@ -26,7 +26,7 @@ Cross-compiling from x64 Windows to ARM64 Windows or vice versa works as long as ## Mac -MacOS provides the x64 and amd64 toolchains in the default XCode install. +MacOS provides the x64 and arm64 toolchains in the default XCode install. ## Linux