-
Notifications
You must be signed in to change notification settings - Fork 755
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
Create opengrok docker image for arm64 #3948
Comments
The Github Actions virtual environments currently support x64 machines only: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources (Standard_DS2_v2 virtual machines in Microsoft Azure is all Intel Xeon) and the actions/runner-images#2552 tracking the addition of arm64 environments remains closed due to Azure limitation. Although self-hosted arm{,64} runners seem to be possible, this is not the level of complexity I'd like to get into at this point. |
@vladak Thank you for the update. Are you going to consider this in the near future? |
Sure, this is valid request. I'd like to have arm64 OpenGrok Docker images myself. It's just I don't want to invest the resources into the automated arm/arm64 image builds right now. |
It's actually pretty easy to build multiarch images on GitHub actions, it just might take a while: |
Thanks for the link. Building in Qemu is certainly a possibility. |
Is your feature request related to a problem? Please describe.
Currently all official docker images are of amd64. Can an official opengrok docker image run open grok on arm64 arch machines will be published?
Describe the solution you'd like
Create docker image to based on Linux arm64 arch
Describe alternatives you've considered
Additional context
Looking to run opengrok docker container on arm64 arch machines
The text was updated successfully, but these errors were encountered: