Skip to content

Commit

Permalink
- Added Docker to macos13 because its not available for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidArayan committed Dec 17, 2023
1 parent 131f28e commit 5646817
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v4
- name: Install Colima & Docker
run: |
brew install colima
brew install docker
colima version
colima start --cpu 3 --memory 6 --disk 100 --vm-type=qemu --mount-type=sshfs --dns=1.1.1.1
- name: setup qemu
uses: docker/setup-qemu-action@v3
- name: setup buildx
Expand Down

0 comments on commit 5646817

Please sign in to comment.