Closed
Description
Right now there is a pre-built library for Linux x64 that goes with each release. I want to add more to make life easier.
Leave comments and other feedback so that I can add other distros and architectures. Also for feedback is the platforms that a binary can be re-used. (For example, the Ubuntu 14.04 binary can also work on CentOS 7)
This doc has the list for .NET Core:
https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x
This is the platforms supported by mono:
https://www.mono-project.com/download/stable/#download-lin
Current Support
- Musl-based using Alpine 3.7 (x64) (Add Alpine Native Libraries #1339)
- Debian-based using Ubuntu 16.04 (x64)
- Debian-based using Ubuntu 16.04 (ARM) (Build for Linux ARM32 (armhf) and ARM64 (aarch64) #1382)
- Debian-based using Ubuntu 16.04 (ARM64) (Build for Linux ARM32 (armhf) and ARM64 (aarch64) #1382)
Proposed Support
- Debian (x86)
Dropped
Raspberry Pi (ARM) (steps)
Not actually because we have the PR Build for Linux ARM32 (armhf) and ARM64 (aarch64) #1382 that automatically supports it.CentOS (x64)
Not really because this should work with the Debian binaries.RHEL 6/7 (x64)
Not really because this should work with the Debian binaries.
VS bug #733081