Skip to content

Commit

Permalink
- Using docker setup via actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidArayan committed Dec 17, 2023
1 parent 5646817 commit 28a0053
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ 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 docker on macOS
uses: douglascamata/setup-docker-macos-action@v1-alpha
- name: setup qemu
uses: docker/setup-qemu-action@v3
- name: setup buildx
Expand Down

0 comments on commit 28a0053

Please sign in to comment.