Multi-arch container images from where you can run the automation to install OpenShit at IBM Cloud on PowerVS.
The images are located at https://quay.io/repository/powercloud/powervs-container-host.
docker or podman pull quay.io/powercloud/powervs-container-host:multi-arch cd ./dockerfiles (x86_64) docker build -t powervs-container-host-$(uname -m) -f ./Dockerfile.x86_64 . (ppc64le) docker build -t powervs-container-host-$(uname -m) -f ./Dockerfile.ppc64le .