Skip to content

Commit 132f3c8

Browse files
committed
Setup Docker on macOS
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent b19537f commit 132f3c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ jobs:
7070
platform: [ubuntu-latest-16-cores, macos-latest]
7171
runs-on: ${{ matrix.platform }}
7272
steps:
73+
- name: Setup Docker on macOS
74+
if: matrix.platform == 'macos-latest'
75+
run: |
76+
brew install docker docker-buildx
77+
mkdir -p ~/.docker/cli-plugins
78+
ln -sfn $(which docker-buildx) ~/.docker/cli-plugins/docker-buildx
79+
docker buildx install
80+
colima start --runtime docker
7381
- uses: actions/checkout@v3
7482
- uses: actions/setup-go@v4
7583
with:

0 commit comments

Comments
 (0)