Skip to content

Commit 3284a9c

Browse files
committed
Enable docker on macOS runner
1 parent 9d822ef commit 3284a9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
# Uncomment this if you are building for a non-native --platform
3232
# - uses: docker/setup-qemu-action@v3
3333

34+
# Set up docker on macOS
35+
# <https://github.com/actions/runner/issues/1456>
36+
- if: runner.os == 'macos'
37+
run: |
38+
brew install docker
39+
colima start
40+
3441
- uses: docker/login-action@v3
3542
with:
3643
registry: ghcr.io

0 commit comments

Comments
 (0)