aspnet / Universe

[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename Alpine shared fx to "linux-musl"

natemcmaster opened this issue · comments

React to changes made in core-setup to use "linux-musl" instead of "alpine3.6".

Need to ensure:

  • Packages such as SQLitePCLRaw still have their native binaries copied into the sharedfx we build
  • Rename symbols packages
  • Rename installer files
  • Update dotnet/dotnet-docker

Part 1: #1104 adds linux-musl-x64.

Part 2: TBD - drop alpine.3.6-x64. We can do this later.