-
Notifications
You must be signed in to change notification settings - Fork 204
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 ARM64 #320
Comments
@alittlec would you like to raise a PR for the changes? |
Hello, Since I do not want to use Docker Hub. I have a different approach using GHA and docker image is saved to GHCR: Note I disabled the E2E test because it would took about 1 hour to finish. |
Description
Create a multi-arch image that supports arm64. (at present only amd64 supported)
Importance
It is possible to rebuild from source, but this is fragile and takes time, you also need to know the arch. upfront when deploying.
Location
https://github.com/pravega/zookeeper-operator
Suggestions for an improvement
Add a couple of additional entries to the build-go section:
The text was updated successfully, but these errors were encountered: