Skip to content
New issue

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

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

Already on GitHub? # to your account

Should use win-arm64 ArtifactTool for Windows 11 on Arm64 #1417

Open
ChadMcCaffery opened this issue Jul 6, 2024 · 0 comments
Open

Should use win-arm64 ArtifactTool for Windows 11 on Arm64 #1417

ChadMcCaffery opened this issue Jul 6, 2024 · 0 comments

Comments

@ChadMcCaffery
Copy link

ChadMcCaffery commented Jul 6, 2024

I worked with the team to get win-arm64 tool released to official endpoint:

image

Could this remapping be constrained to Windows 10 only?

# Similarly for Windows ARM64 targets there is no version of artifact tool. However, the x86_64
# version can run under emulation, so we use that instead.
if os_name == "Windows" and arch == "ARM64":
arch = "x86_64"

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant