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
Describe the bug
My development machine used only podman and the cross build options use buildx which only work for docker. Podman has a different mechanism for cross builds.
Steps to reproduce
Try to build the project on a pure podman/buildah setup.
Expected behavior
Ability to build the project with podman
Actual results
failure to build because buildx is used and it doesn't exist with podman.
As far as I know, the -buildx make target was added by operator-sdk. We're not currently using it in our builds or automation. Wonder if it's worth seeing if operator-sdk intends on supporting podman...
Describe the bug
My development machine used only podman and the cross build options use buildx which only work for docker. Podman has a different mechanism for cross builds.
Steps to reproduce
Try to build the project on a pure podman/buildah setup.
Expected behavior
Ability to build the project with podman
Actual results
failure to build because buildx is used and it doesn't exist with podman.
Additional context
Some discussion on how to fix it.
containers/buildah#1590
The text was updated successfully, but these errors were encountered: