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

Make the playpen-operator support multi arch (amd64, arm64) #57

Open
jmesnil opened this issue Nov 29, 2024 · 0 comments · May be fixed by #58
Open

Make the playpen-operator support multi arch (amd64, arm64) #57

jmesnil opened this issue Nov 29, 2024 · 0 comments · May be fixed by #58

Comments

@jmesnil
Copy link

jmesnil commented Nov 29, 2024

My local machine is a Silicon Apple running on ARM.

I can start minikube, build a sample image for ARM but the operator can not be installed as it only supports the Intel arch.
By making multi arch (with linux/arm64), we can make it run on ARM laptop and open it up for more developers.

jmesnil added a commit to jmesnil/quarkus-playpen that referenced this issue Nov 29, 2024
supports `linux/am64` & `linux/arm64`

This fixes quarkiverse#57.

Signed-off-by: Jeff Mesnil <[email protected]>
@jmesnil jmesnil linked a pull request Nov 29, 2024 that will close this issue
jmesnil added a commit to jmesnil/quarkus-playpen that referenced this issue Nov 29, 2024
supports `linux/am64` & `linux/arm64` for the operator and proxy images

This fixes quarkiverse#57.

Signed-off-by: Jeff Mesnil <[email protected]>
jmesnil added a commit to jmesnil/quarkus-playpen that referenced this issue Nov 29, 2024
supports `linux/am64` & `linux/arm64` for the operator and proxy images

This fixes quarkiverse#57.

Signed-off-by: Jeff Mesnil <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant