olafurpg / setup-scala

GitHub Action to install any version of Java (GraalVM, Java 8, Java 11, Java 14, ...) via Jabba. Works for any JVM language including Java, Scala and Kotlin.
MIT License
168 stars 30 forks source link

Action doesn't work on ARM hosted runners #29

Closed djspiewak closed 3 years ago

djspiewak commented 3 years ago

The action only downloads the x86_64 variant of Jabba. It would be extremely useful if it could instead detect the ARM host and install the relevant binary instead. Alternatively, providing a configuration option would be sufficient, though less convenient.

dimisjim commented 3 years ago

Any news one this?

Would be really great to have this ability :tada:

olafurpg commented 3 years ago

Thank you for reporting! This should be fixed in https://github.com/olafurpg/setup-scala/releases/tag/v11 thanks to #39 by @vasilmkd