Release notes are missing a couple links to Alpine packages
- Dominant language
- PowerShell
- Stars
- 22k
- Forks
- 4.9k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 29
Description
### URL(s)
https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.20/8.0.20.md
### Description
Looking at the [8.0.20](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.20/8.0.20.md) release notes, there are links to all the packages, however there are a couple missing Linux Alpine/ARM packages that are *not* on that page but are found on the [download page](https://dotnet.microsoft.com/en-us/download/dotnet/8.0). Extrapolating the URLs from other packages also result in the expected packages.
Missing:
SDK Binaries -> Linux -> Arm64 Alpine - `https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.414/dotnet-sdk-8.0.414-linux-musl-arm64.tar.gz`
ASP.NET Core Runtime -> Linux -> Arm32 Alpine - `https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.20/aspnetcore-runtime-8.0.20-linux-musl-arm.tar.gz`
ASP.NET Core Runtime -> Linux -> Arm64 Alpine - `https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.20/aspnetcore-runtime-8.0.20-linux-musl-arm64.tar.gz`
I'm assuming there is some type of automation making these that is missing a couple entries?
Contributor guide
Assessment
This issue has not been assessed yet.