File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,10 @@ jobs:
41
41
- name : Install Podman with QEMU in macOS
42
42
if : matrix.os == 'macos-latest'
43
43
run : |
44
- # Install dependencies
45
- brew install podman qemu
46
- # Force QEMU usage (bypass vfkit)
47
- export CONTAINERS_MACHINE_PROVIDER=qemu
48
- # Initialize and start VM
49
- podman machine init --cpus 2 --memory 2048 --now
50
- podman system connection default podman-machine-default-root
51
- # Set up Docker compatibility
52
- echo "alias docker=podman" >> ~/.bashrc
53
- source ~/.bashrc
54
- # Test Docker
44
+ brew install --cask podman-desktop
45
+ /Applications/Podman\ Desktop.app/Contents/Resources/podman-desktop podman machine start
46
+ echo 'export PATH="$PATH:/Applications/Podman Desktop.app/Contents/Resources/podman-desktop/bin"' >> $GITHUB_ENV
47
+ ln -s /Applications/Podman\ Desktop.app/Contents/Resources/podman-desktop/bin/podman /usr/local/bin/docker
55
48
docker --version
56
49
- name : Set up Docker in macOS
57
50
if : matrix.os == 'macos-latest'
You can’t perform that action at this time.
0 commit comments