You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
Add multi-arch support to creator-ee images to IBM Power and IBM Z architecture.
This is needed for development and testing of ansible content on Power and Z.
Multi-arch support can be added by using docker buildx
The text was updated successfully, but these errors were encountered:
Hi Everyone, I was working on the PR to add P/Z Support to the creator-ee image however I am facing some issues with it during the build process. Here is my forked repo
Tested on a Fedora 39 VM with the following podman version
[fedora@pe-16-fedora31-janaki creator-ee]$ podman --version
podman version 4.9.3
I ran the task command and the creator-base image was built however I am facing the following error.
[fedora@pe-16-fedora31-janaki creator-ee]$ podman run -it --rm --arch=x86_64 localhost/creator-base:latest python3 --version
Error: no image found in image index for architecture x86_64, variant "", OS linux
I can see that the image has been built successfully if I inspect the manifest.
Add multi-arch support to creator-ee images to IBM Power and IBM Z architecture.
This is needed for development and testing of ansible content on Power and Z.
Multi-arch support can be added by using
docker buildx
The text was updated successfully, but these errors were encountered: