podman-desktop / podman-desktop-extension-bootc

Support for bootable OS containers (bootc) and generating disk images
Apache License 2.0
415 stars 16 forks source link

Be able to pull images of different architectures #919

Open cdrage opened 3 weeks ago

cdrage commented 3 weeks ago

Is your enhancement related to a problem? Please describe

When implementing #864 we cannot pull images by specifying the architecture. It will pull what matches your podman machine / podman architecture.

This makes it difficult to pull images that are ARM64.

Describe the solution you'd like

We need to implement https://github.com/containers/podman-desktop/issues/9387

so we can add this functionality to the bootc extension

Describe alternatives you've considered

No response

Additional context

No response