Skip to content

Commit

Permalink
[SERV-1012] Test another workaround specific to M1 chip
Browse files Browse the repository at this point in the history
  • Loading branch information
angelahuqing committed Feb 1, 2024
1 parent 8d1eb2d commit ea82f52
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:
- name: Set up Docker environment
run: |
brew install colima docker
- name: Workaround for https://github.com/actions/runner-images/issues/8104
- name: Workaround for https://github.com/abiosoft/colima/issues/777
run: |
brew remove --ignore-dependencies qemu
brew cleanup
brew install qemu
- name: Run Colima
brew upgrade
colima delete
curl -OSL https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb brew install ./qemu.rb
brew link --overwrite qemu
- name: Start Colima
run: |
colima start
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
Expand Down

0 comments on commit ea82f52

Please sign in to comment.