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

Support running on ARM64 machines #73

Merged
merged 3 commits into from Feb 1, 2024
Merged

Support running on ARM64 machines #73

merged 3 commits into from Feb 1, 2024

Conversation

sormuras
Copy link
Member

@sormuras sormuras commented Feb 1, 2024

This PR implements support for running this action on ARM64 machines, including the new "macOS 14 (Sonoma)" runner: https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/

Testing for existence of the Java installation directory instead of the java[.exe] file should work on Windows runners, too.

Closes #63
Supersedes #64 and #71

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 1, 2024
@sormuras sormuras merged commit c9a099b into main Feb 1, 2024
7 checks passed
@sormuras sormuras deleted the issues/63-arm-support branch February 1, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Development

Successfully merging this pull request may close these issues.

Action fails at aarch64 machine since action.yml hardcodes X64
1 participant