Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Windows arm32 and Linux arm64 #116

Merged
merged 2 commits into from
Oct 18, 2018
Merged

Conversation

MichaelSimons
Copy link
Member

Minor tweaks to support Windows Arm32 and Linux Arm64.

@MichaelSimons
Copy link
Member Author

These changes are needed for dotnet/dotnet-docker#504 and dotnet/dotnet-docker#742

.OrderBy(platformGroup => platformGroup.Key.OS)
.ThenByDescending(platformGroup => platformGroup.Key.OsVersion)
.ThenBy(platformGroup => platformGroup.Key.Architecture);
.ThenBy(platformGroup => platformGroup.Key.Architecture)
.ThenByDescending(platformGroup => platformGroup.Key.Variant);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a comment would help describing why the order is asc/desc/asc/decc?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link
Member

@rakeshsinghranchi rakeshsinghranchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@MichaelSimons MichaelSimons merged commit 94225a0 into master Oct 18, 2018
@MichaelSimons MichaelSimons deleted the windows-arm branch October 18, 2018 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants