You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<BuildOsNameCondition="'$(TargetOsName)' == 'linux-musl' and '$(BuildArchitecture)'!='x64'">linux</BuildOsName>
115
+
<!-- linux-musl-arm and linux-musl-arm64 are built on an Ubuntu container with cross compilation tools. linux-musl-x64 is built in an alpine container -->
116
+
<BuildOsNameCondition="'$(TargetOsName)' == 'linux-musl' and '$(TargetArchitecture)'!='x64'">linux</BuildOsName>
0 commit comments