We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am wondering which possibility is available to test non x86_64 architecture:
I would like to test multiarch build generated by Konflux
@prb112 : May I CC you to provide some feedback regarding this?
The text was updated successfully, but these errors were encountered:
Hey Sergio
Thanks for reaching about Power/Z.
I'm going to try to answer:
Is it possible to simulate S390x / PPC64le architectures easily? Yes. You can simulate it via using multiarch/qemu-user-static
However, it's a translation from s390x/ppc64le to the native instruction set. It can be very slow, and is on a container-by-container basis.
Can this be tested somehow through virt-manager, minikube or related? Yes, this could be tested through ppc64le-cloud/kind-image
$ kind create cluster --image quay.io/powercloud/kind-node:v1.30.2
However, once you have the image, you'll still want to be on Power hardware.
We have a team with access to testing hardware / software and would be happy to work with you on testing.
Thanks,
Paul
Sorry, something went wrong.
No branches or pull requests
I am wondering which possibility is available to test non x86_64 architecture:
I would like to test multiarch build generated by Konflux
@prb112 : May I CC you to provide some feedback regarding this?
The text was updated successfully, but these errors were encountered: