-
Notifications
You must be signed in to change notification settings - Fork 34
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
arm64 support for alpine #238
Comments
@lucas42 Thanks for letting us know about this! We can definitely add these to the build matrix. |
I'm working on this but it exposed a blind spot in our variant exclusion subsystem. Namely, it can't currently exclude an architecture from some JDK versions but not others. I'm going to see if I can teach it to do that while also consolidating & cleaning up some non-orthogonal code in that part of the build system. But it will be a little longer in coming than I'd hoped. |
No problem! Thanks for taking a look. |
According to the README:
However, since that was written, it now appears that eclipse-temurin's image supports alpine on architecture
linux/arm64/v8
for JDK versions 21 & 22.Would it be possible for docker-clojure to support arm64 in instances where it's available upstream? Thanks!
The text was updated successfully, but these errors were encountered: