Skip to content

Commit

Permalink
fix: no colima becasue its a mess
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Nov 12, 2024
1 parent e372ebc commit 41436e5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Docker and Colima
- name: Set up Docker
run: |
brew install docker colima
colima start --arch aarch64 --memory 4
docker context use colima
brew install --cask docker
open -a Docker
while ! docker system info > /dev/null 2>&1; do
echo "Waiting for Docker to start..."
sleep 1
done
- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit 41436e5

Please sign in to comment.