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

Availability of .NET SDK/Runtime on package managers for ARM architecture #15323

Open
jakauppila opened this issue Jan 20, 2023 · 8 comments
Open
Assignees

Comments

@jakauppila
Copy link

Is there a timeline on the availability of .Net SDK/Runtime on the ARM architecture via package managers?

Package manager installs are only supported on the x64 architecture. Other architectures, such as Arm, must install .NET by some other means such as with Snap, an installer script, or through a manual binary installation.

https://learn.microsoft.com/en-us/dotnet/core/install/linux-centos

We have some existing automation that mirrors the Microsoft repositories to Artifactory internally and simply install via package managers. Would love for this to work on ARM as well.

That being said, as I was talking to some co-workers while opening this, one spotted that there are aarch64 packages for 6.0.9, but nothing prior or later.

Feel free to redirect me to a more appropriate repository if needed.

@jakauppila
Copy link
Author

@rbhanda @marcpopMSFT Curious if there's any updates on this?

@jakauppila
Copy link
Author

@rbhanda @marcpopMSFT Just wanted to follow up on this again; would love to see this!

@marcpopMSFT
Copy link
Member

Old issue triage: @MichaelSimons I believe with the change to our process, this type of package would have to come from one of our source build partners, correct? Should this be closed as unplanned?

@jakauppila
Copy link
Author

@marcpopMSFT @MichaelSimons If that's the case, is there an avenue to request this through them?

@MichaelSimons
Copy link
Member

The packages on packages.microsoft.com are relevant for all distros that do not include .NET within their native package feeds.

@jakauppila - what distro are you looking for ARM packages?

cc @ashnaga @leecow

@jakauppila
Copy link
Author

@MichaelSimons We're looking specifically for Debian 11/12.

@leecow
Copy link
Member

leecow commented Sep 18, 2024

@jakauppila - x86_64 installers are available and up to date for Debian 11/12. We do not publish ARM/ARM64 installers for distros at this time. The recommended way to install there will be the dotnet-install script.

@jakauppila
Copy link
Author

@leecow I understand that you don't offer installers at this time, but this request is to add that capability.

Ideally the workflow to standup a server and provision an application could be the same regardless of whether you're running on x86_64 or ARM/ARM64, which adding these packages would allow for.

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

5 participants