In .NET 6 we ship `mono-aot-cross` targeting our various platforms as an `osx-x64` executable and rely on Rosetta to run it. We should investigate if we can ship alternative runtime packs that include `osx-arm64` compilers. First step is to figure out if there are any issues building `osx-arm64` hosted versions of the cross-compilers.