Skip to content
New issue

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

Cross compile doesn't support podman #735

Open
awels opened this issue May 5, 2023 · 1 comment
Open

Cross compile doesn't support podman #735

awels opened this issue May 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@awels
Copy link
Contributor

awels commented May 5, 2023

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

@awels awels added the bug Something isn't working label May 5, 2023
@tesshuflower
Copy link
Contributor

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants