Skip to content

Commit

Permalink
Add ARM support to packaging build (dotnet#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 authored Sep 8, 2021
1 parent 8a353a6 commit 00a1c1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<!-- The list of RIDs supported by ILCompiler -->
<ItemGroup>
<OfficialBuildRID Include="linux-arm" Platform="arm" />
<OfficialBuildRID Include="linux-arm64" Platform="arm64" />
<OfficialBuildRID Include="linux-musl-x64" Platform="x64" />
<OfficialBuildRID Include="linux-x64" Platform="x64" />
Expand Down

0 comments on commit 00a1c1f

Please sign in to comment.