Skip to content

Commit

Permalink
🔧 (test.yml): update Docker installation commands to use colima inste…
Browse files Browse the repository at this point in the history
…ad of orbstack for macOS compatibility

🔧 (test.yml): create a symbolic link to allow Docker to communicate with colima for image building operations
  • Loading branch information
jandroav committed Jun 4, 2024
1 parent 9e6058b commit 4d1b16c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
- name: Install Docker Desktop on macOS
if: matrix.os == 'macos-latest'
run: |
brew install orbstack
orb
brew install docker colima
colima start
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
- name: Build an image from ${{ matrix.dockerfile }}
run: |
Expand Down

0 comments on commit 4d1b16c

Please sign in to comment.