We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc96c2 commit d781b03Copy full SHA for d781b03
.github/workflows/self_hosted_e2e.yaml
@@ -120,7 +120,7 @@ jobs:
120
121
# Start podman machine
122
sudo podman-mac-helper install
123
- podman machine init
+ podman machine init -v $HOME:$HOME
124
podman machine start --log-level debug
125
podman machine ssh sudo sysctl -w kernel.keys.maxkeys=20000
126
echo "CONTAINER_RUNTIME=podman" >> $GITHUB_ENV
0 commit comments