Skip to content

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.

- 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 August 11, 2025 21:05
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