Skip to content

Conversation

@Haplois
Copy link
Contributor

@Haplois Haplois commented Sep 1, 2022

Build script updated to work on ARM64 devices natively.

@Haplois Haplois enabled auto-merge (squash) September 1, 2022 12:35
$x64Architecture = "x64"
if ($env:PROCESSOR_ARCHITECTURE -eq "ARM64")
{
$x64Architecture = "arm64"
Copy link
Member

Choose a reason for hiding this comment

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

What about x86, shall we have some similar logic?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't know, I don't have a device to test it.

Copy link
Member

Choose a reason for hiding this comment

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

Let's keep it as-is for now then.

@Haplois Haplois merged commit 2372631 into main Sep 1, 2022
@Haplois Haplois deleted the dev/haplois/build-on-arm branch September 1, 2022 15:25
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