-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET 8.0 aarch64 not available on Fedora 39 nor Ubuntu 22.04 LTS #17922
Comments
I'm running into the same issue (Amazon Linux 2023 arm64). |
Also having this issue. Any updates? |
works for me
|
Following to get native .NET 8 and PowerShell 7.4 support on Amazon Linux 2023 (which is Fedora 39 based) via DNF package manager when adding the MSFT repos. There's a big use case for this to take advantage of those Graviton 2 processors. |
Old issue triage: We are no longer producing arch specific packages. Please see the details here: dotnet/core#9556 |
Looking at the feeds for Fedora 39: https://learn.microsoft.com/en-us/dotnet/core/install/linux-fedora and Ubutnu 22.04 LTS, both have .NET 8.0 x86/x64, however, it seems that aarch64 is no longer being produced.
In the Fedora 39 repo, the last .net 7.0 updated for aarch64 was 7.0.401 with 402-404 only being x86/x64. https://packages.microsoft.com/fedora/39/prod/Packages/d/
Is this intentional? I am running Fedora 39 and Ubuntu 22.04 LTS both on aarch64 on my MacBook Pro which doesn't support x86/x64 virtual machines.
The text was updated successfully, but these errors were encountered: