mirror of https://github.com/dapr/cli.git
Change podman mount to home
Signed-off-by: Anton Troshin <anton@diagrid.io>
This commit is contained in:
parent
9bc96c2fa0
commit
d781b03002
|
@ -120,7 +120,7 @@ jobs:
|
||||||
|
|
||||||
# Start podman machine
|
# Start podman machine
|
||||||
sudo podman-mac-helper install
|
sudo podman-mac-helper install
|
||||||
podman machine init
|
podman machine init -v $HOME:$HOME
|
||||||
podman machine start --log-level debug
|
podman machine start --log-level debug
|
||||||
podman machine ssh sudo sysctl -w kernel.keys.maxkeys=20000
|
podman machine ssh sudo sysctl -w kernel.keys.maxkeys=20000
|
||||||
echo "CONTAINER_RUNTIME=podman" >> $GITHUB_ENV
|
echo "CONTAINER_RUNTIME=podman" >> $GITHUB_ENV
|
||||||
|
|
Loading…
Reference in New Issue