Change podman mount to home

Signed-off-by: Anton Troshin <anton@diagrid.io>
This commit is contained in:
Anton Troshin 2024-11-05 03:07:52 -06:00
parent 9bc96c2fa0
commit d781b03002
No known key found for this signature in database
GPG Key ID: 9F8A96ACA9EB6363
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ jobs:
# Start podman machine
sudo podman-mac-helper install
podman machine init
podman machine init -v $HOME:$HOME
podman machine start --log-level debug
podman machine ssh sudo sysctl -w kernel.keys.maxkeys=20000
echo "CONTAINER_RUNTIME=podman" >> $GITHUB_ENV