Running podman inside github actions macosx runner. #26859
Unanswered
james-lawrence
asked this question in
Q&A
Replies: 1 comment 3 replies
-
The github action runners don't allowed visualization so you cannot run a VM in there. I think you need bare metal mac machines if you need to run podman machine on mac in CI. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been attempting to install and execute podman inside of a macosx runner for github actions and running into issues when using brew to install podman.
wondering if anyone has an experience doing this? I've had trouble with brew install podman on baremetal in the past as well. I believe i worked around it to get the CLI working using the podman-desktop dmg installer. can't really do that in this case.
Beta Was this translation helpful? Give feedback.
All reactions