Skip to content

arm64 #675#676

Draft
DenjixPochita wants to merge 1 commit intoSerg-Norseman:masterfrom
DenjixPochita:arm64-linux-support
Draft

arm64 #675#676
DenjixPochita wants to merge 1 commit intoSerg-Norseman:masterfrom
DenjixPochita:arm64-linux-support

Conversation

@DenjixPochita
Copy link

WIP to add support for arm64 #675


<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<RuntimeIdentifiers>linux-x64;linux-arm64</RuntimeIdentifiers>
Copy link
Owner

Choose a reason for hiding this comment

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

It's not possible here. Besides Linux, the program is also available for Windows and MacOS.


<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<RuntimeIdentifiers>linux-x64;linux-arm64</RuntimeIdentifiers>
Copy link
Owner

Choose a reason for hiding this comment

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

It's not possible here.


<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<RuntimeIdentifiers>linux-x64;linux-arm64</RuntimeIdentifiers>
Copy link
Owner

Choose a reason for hiding this comment

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

It's not possible here.


<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<RuntimeIdentifiers>linux-x64;linux-arm64</RuntimeIdentifiers>
Copy link
Owner

Choose a reason for hiding this comment

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

It's not possible here.

<PlatformTarget>x64</PlatformTarget>

<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<RuntimeIdentifier>linux-x64;linux-arm64</RuntimeIdentifier>
Copy link
Owner

Choose a reason for hiding this comment

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

It won't work. Different runtimes produce different results. We'll probably have to implement a separate build method with its own sections, just like for Linux, Windows, and MacOS.

Copy link
Owner

@Serg-Norseman Serg-Norseman left a comment

Choose a reason for hiding this comment

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

Further development is needed.

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.

2 participants