Skip to content
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

Open
mpodwysocki opened this issue Dec 6, 2023 · 4 comments
Open

.NET 8.0 aarch64 not available on Fedora 39 nor Ubuntu 22.04 LTS #17922

mpodwysocki opened this issue Dec 6, 2023 · 4 comments
Assignees

Comments

@mpodwysocki
Copy link

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.

@nbsoftware
Copy link

I'm running into the same issue (Amazon Linux 2023 arm64).
Have you found a workaround?

@mwilson71
Copy link

Also having this issue. Any updates?

@kasperk81
Copy link

works for me

docker run --rm --platform linux/arm64 fedora sh -c \
  "uname -m; dnf install -y dotnet-sdk-8.0; dotnet new webapi -o /webapi; cd $_; dotnet run -c Release"
aarch64
..
Building...
info: Microsoft.Hosting.Lifetime[14]
      Now listening on: http://localhost:5107
info: Microsoft.Hosting.Lifetime[0]
      Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
      Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
      Content root path: /webapi

@jcefoli
Copy link

jcefoli commented May 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants