-
Notifications
You must be signed in to change notification settings - Fork 67
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
feature request: add support of arm64 architecture on macOS #296
Comments
This won't be possible until GitHub supports MacOS runners with an arm64 architecture or Graal supports cross-compilation. See oracle/graal#407 |
Duplicate of #291 |
@ChadKillingsworth FYI: GitHub supports macOS runner with arm64 architecture for paid user (not for free user) |
Paid runners aren't an option for this repo. |
Hello, @ChadKillingsworth, GitHub start to support macOS runner with arm64 architecture for open source project. It can be used with
|
closure-compiler-npm
currently only support amd64 architecture on macOS.Of course arm64 machine can use
closure-compiler-npm
through rosetta2.But it would be great if
closure-compiler-npm
can directly support arm64 architecture on macOS.The text was updated successfully, but these errors were encountered: