From 02ac66d1fb8d5a91718782d084714d201d2f3909 Mon Sep 17 00:00:00 2001 From: angelahuqing Date: Thu, 1 Feb 2024 16:34:59 -0800 Subject: [PATCH] [SERV-1012] Download colima with architecture specified --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 608eccc..8e315c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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