dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
34.87k stars 9.85k forks source link

No arm64 installer for .NET 8.0 Windows Hosting Bundle #55180

Open nuelle16 opened 2 months ago

nuelle16 commented 2 months ago

Is there an existing issue for this?

Describe the bug

Like for .NET Desktop Runtime 8.0.x there should be an arm64 installer available.

image

vs.

image

We are bundling a custom install-script using powershell to bring the required .Net dependencies onto a target machine (offline install is mandatory).

Expected Behavior

Both x64 and arm64 installers available for the ASP.NET Core Runtime 8.0.x

Steps To Reproduce

Visit: https://dotnet.microsoft.com/en-us/download/dotnet/8.0

Exceptions (if any)

none

.NET Version

8

Anything else?

No response

amcasey commented 2 months ago

This might belong in dotnet/installer. @wtgodbe?

wtgodbe commented 2 months ago

We do produce and publish them, but it looks like the links don't wind up on the release page. I'll sync up w/ @rbhanda and @mmitche on this

wtgodbe commented 2 months ago

Thanks for the report @nuelle16!

wtgodbe commented 2 months ago

We're aiming to get this fixed for the release publishing in June

tzeejay commented 1 week ago

@wtgodbe Hey there, we're waiting on this to get a ARM64 build of our new Guardian Firewall + VPN app built, the x86_64 version is currently in closed beta and will launch into an open beta soon. We're quite excited about the new Copilot+ PCs and would like to be ready for that on day one. June has come and gone without the installers being available, is there anything we can do to help the process along? I am certain that there is a very good reason for it to not have happened yet so I don't want to sound ungrateful.

nuelle16 commented 5 days ago

So yesterday the ASP.NET Core Runtime 8.0.7 was released. Still no arm64 installer for the hosting bundle. Any updates on what is holding this back @wtgodbe ?

martincostello commented 5 days ago

If you look at the JSON file that powers the download page, it looks like it exists: https://github.com/dotnet/core/blob/46eab6765980914d9481ccecebec302153621c45/release-notes/8.0/releases.json#L524

Maybe it existed last month too, I'm on my phone so didn't look further as it's faff.

Maybe the issue is that the website just hasn't been updated to render the link?

nuelle16 commented 5 days ago

Ok this way I was able to download the installer:

image

so it´s the website that is not taking this into account.

martincostello commented 5 days ago

/cc @mairaw