conda-forge / podman-feedstock

A conda-smithy repository for podman.
BSD 3-Clause "New" or "Revised" License
1 stars 7 forks source link

Add support for podman for MacOS #32

Closed xmnlab closed 1 year ago

xmnlab commented 1 year ago

Comment:

https://github.com/conda-forge/podman-feedstock/blob/main/recipe/meta.yaml#L20

currently, podman on conda-forge is supporting just linux machines.

would it be possible to add support for macos? if yes, I would be happy to work on that.

thanks!

manics commented 1 year ago

Podman on Mac OS and Windows runs in a virtual machine, managed with the podman machine command: https://podman.io/getting-started/installation

Since the build steps will therefore be very different (and in practice it's a completely separate package) I think it's best to package it as a new podman-machine conda-forge feedstock. What do you think?

xmnlab commented 1 year ago

Got it. Yep that makes sense. Thanks for your quick answer!