Skip to content

Commit 44d8248

Browse files
authored
Remove linux-arm as supported RID for NativeAOT (#102072)
Fixes #100929
1 parent 0be9010 commit 44d8248

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<ItemGroup>
33
<!-- The officially-supported subset of these RIDs should be included in ILCompilerSupportedRids in
44
https://github.com/dotnet/installer/blob/main/src/redist/targets/GenerateBundledVersions.targets -->
5-
<OfficialBuildRID Include="linux-arm" Platform="arm" />
65
<OfficialBuildRID Include="linux-musl-arm64" Platform="arm64" />
76
<OfficialBuildRID Include="linux-arm64" Platform="arm64" />
87
<OfficialBuildRID Include="linux-musl-x64" Platform="x64" />

0 commit comments

Comments
 (0)