Skip to content

ci: Add Windows ARM64 build configuration #404

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

0tkl
Copy link
Contributor

@0tkl 0tkl commented Jun 10, 2025

Windows ARM64 runner image has been publicly available on GitHub Actions since mid-April.

I don't have a Win ARM device to test this build. Would expect some Win ARM users to try it out and provide feedback.

run: cd build && ninja win-portable

- name: Upload artifacts - win_installer
uses: actions/upload-artifact@v4
if: matrix.config.os == 'windows-latest'
if: startsWith(matrix.config.os, 'windows-')
Copy link
Contributor

Choose a reason for hiding this comment

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

You should maybe use runner.os as the docs suggest.
To know the possibles values of runner.os, see this.

You can replace what you have with: runner.os == 'Windows'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Applied, thank you @moi15moi !

0tkl added 4 commits June 28, 2025 13:41
Use the built-in runner.os context variable when we only
need to identify the category and do not care about the
specific image used under the category.
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