Skip to content

add support for linux-arm64 #1921

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

Closed
wants to merge 1 commit into from
Closed

Conversation

toolboc
Copy link

@toolboc toolboc commented Nov 4, 2018

Note:
Current .NET 2.1.403 release @ https://dotnetcli.azureedge.net/dotnet/Sdk/2.1.403/dotnet-sdk-2.1.403-linux-arm64.tar.gz reports a runtime-id of "ubuntu.18.04-arm64" instead of an expected "linux-arm64". This needs to be updated in the published dotnet core arm64 releases before this PR will work as intended. An issue has been filed @ dotnet/sdk#2644

image

@wfurt
Copy link
Member

wfurt commented Nov 6, 2018

Did you ever thought about cross-targeting @TingluoHuang ?
There is no need to run on ARM to produce ARM executables as well one can publish for all OSes without having to run on particular one. I think that would simplify release process and testing.

There also seems to be lot of duplication across multiple project files. Would it make sense to have single place to determine targetOS and targetArch and simply include it where needed?

@jtpetty jtpetty self-requested a review October 9, 2019 13:29
@vtbassmatt vtbassmatt mentioned this pull request Mar 30, 2020
@damccorm
Copy link

damccorm commented Apr 2, 2020

Hey @toolboc - I'm going to close here since we did this in #2881. If you think that's wrong we can reopen here.

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