Skip to content

Commit

Permalink
docker installation for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev committed Aug 21, 2024
1 parent 897ab73 commit c545d3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install and start Colima
if: matrix.os == 'macos-14'
run: |
brew install docker
brew install colima
colima version
colima start
# Prover and Verifier

- name: Prover&Verifier image tags & labels
Expand Down

0 comments on commit c545d3d

Please sign in to comment.