-
Notifications
You must be signed in to change notification settings - Fork 42
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 for ARM64 ISA et al #112
Comments
It seems like all the ingredients are already in place. I can checkout the repo and run:
To build and push an image on all platforms. The build takes only a few minutes, so I wonder why this is not used on release. It would help everybody who wants to run the operator on non X86-64 platforms. |
Hi @christian-schlichtherle |
Hi @christian-schlichtherle I'm going to work on a automatic release and I'll make sure that we release all images |
@itamar-marom That sounds great - we would really appreciate it. |
hi @itamar-marom we would also like to use multi-arch container images. do you have any updates on the automatic releases? in the meanwhile, is it possible to release the next version with make docker-buildx even if it's done manually? |
Sorry, I had to work on other stuff. I hope to get to it soon. |
The manager is only available for the AMD64 (alias X86-64) ISA. This results in the following error when running on ARM64 (alias Aarch64):
It's a pity that this is unsupported, especially because the operator otherwise seems to support four different ISAs.
The text was updated successfully, but these errors were encountered: