Skip to content
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

Set architecture options from runner's architecture #264

Merged
merged 3 commits into from Feb 5, 2024

Conversation

koji-1009
Copy link
Contributor

Apple silicon is now available.

https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/

This makes it necessary in some cases to set arm64 for the architecture option.
There is already an option (Thanks!). However, in most cases x64 is used and the option is missed. Therefore, it is likely that users with Apple silicon will not realize that they need to configure arm64.

To solve the above problem, I added a process to get the appropriate architecture from runner-arch if the option is not set.
Thanks for the great tool.

@subosito
Copy link
Owner

subosito commented Feb 5, 2024

Awesome, thanks @koji-1009 👍

@subosito subosito merged commit 14bf530 into subosito:main Feb 5, 2024
15 checks passed
@koji-1009 koji-1009 deleted the support_os_arch branch February 5, 2024 02:55
@koji-1009
Copy link
Contributor Author

@subosito
Thank you very much!

@koji-1009 koji-1009 mentioned this pull request Feb 5, 2024
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.

None yet

2 participants