Skip to content

Commit

Permalink
Install Docker for arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dzikowski <[email protected]>
  • Loading branch information
dzikowski committed Sep 24, 2024
1 parent 27b6a38 commit 21cf452
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,17 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v2

- name: Install Docker
- name: Install and start Docker
run: |
brew install docker
brew install --cask docker
docker --version
open /Applications/Docker.app
for i in {1..30}; do
docker version && break
echo "Waiting for Docker to start..."
sleep 10
done
- name: Build Fablo
run: |
Expand Down

0 comments on commit 21cf452

Please sign in to comment.