You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that Microsoft.NETCore.App.Runtime.AOT.osx only has -x64 packages, and that (e.g.) mono-aot-cross is an x64 binary even on an arm64 dotnet. Is there a plan/possibility of arm64 binaries in the future?
Output from dotnet --info:
.NET SDK:
Version: 7.0.101
Commit: bb24aafa11
Runtime Environment:
OS Name: Mac OS X
OS Version: 12.6
OS Platform: Darwin
RID: osx.12-arm64
Base Path: /usr/local/share/dotnet/sdk/7.0.101/
Host:
Version: 7.0.1
Architecture: arm64
Commit: 97203d38ba
Output from find /usr/local/share | grep mono-aot-cross:
(all entries come under /usr/local/share/dotnet/packs/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.*)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that
Microsoft.NETCore.App.Runtime.AOT.osx
only has-x64
packages, and that (e.g.)mono-aot-cross
is an x64 binary even on an arm64 dotnet. Is there a plan/possibility of arm64 binaries in the future?Output from
dotnet --info
:Output from
find /usr/local/share | grep mono-aot-cross
:(all entries come under /usr/local/share/dotnet/packs/Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.*)
Output from
file
on any of above:mono-aot-cross: Mach-O 64-bit executable x86_64
Beta Was this translation helpful? Give feedback.
All reactions