Skip to content
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

Enable ARM64 image #97

Open
kieran-ohara opened this issue Jan 16, 2022 · 1 comment
Open

Enable ARM64 image #97

kieran-ohara opened this issue Jan 16, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@kieran-ohara
Copy link

Is your feature request related to a problem? Please describe.
Hello, when I try to run this operator on a Kubernetes cluster using the ARM64 architecture there is an error that the ARM64 architecture is not supported. I may have to build the image myself and push it to my own repo but I would prefer to avoid that.

Describe the solution you'd like
I would like to be able the wordpress-operator on both x86 and ARM64 architectures

@kieran-ohara kieran-ohara added the enhancement New feature or request label Jan 16, 2022
@calind
Copy link
Member

calind commented Jan 17, 2022

In theory, you should be able to just add linux_arm64 to the root Makefile. The published docker images should be multi-arch, but you probably need to change the base image in images/wordpress-operator/Dockerfile.

If you manage to build arm64 images and want to become a maintainer for arm64 we're open to accepting pull requests for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants