Skip to content

Commit

Permalink
[SERV-1012] Download colima with architecture specified
Browse files Browse the repository at this point in the history
  • Loading branch information
angelahuqing committed Feb 2, 2024
1 parent 6066957 commit 02ac66d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
brew install colima docker
- name: Workaround for https://github.com/abiosoft/colima/issues/777
run: |
brew remove --ignore-dependencies qemu
curl -OSL 'https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb'
brew install ./qemu.rb
brew uninstall qemu
arch -arm64 brew install qemu
- name: Start Colima
run: |
colima delete
Expand Down

0 comments on commit 02ac66d

Please sign in to comment.