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

Add CI build for windows/ARM64 #3190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alcroito
Copy link

Tests and other steps that execute the binary are skipped, because the project is built on an x86_64 Windows host machine and thus can't run arm64 instructions.

Fixes: #2644

@alcroito
Copy link
Author

I used #2691 as a base, and modified the CI yaml to skip running the tests, as previously suggested at #2691 (comment)

In the near future we might be able to build on arm windows CI runners directly as per

https://github.com/orgs/community/discussions/19197#discussioncomment-11946571

Tests and other steps that execute the binary are skipped, because the
project is built on an x86_64 Windows host machine and thus can't run
arm64 instructions.

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

Successfully merging this pull request may close these issues.

Windows ARM64 Build
1 participant