From 1d721dcd05f164b2777894c605ebf40d964da669 Mon Sep 17 00:00:00 2001 From: Daniel Colina Date: Tue, 26 Dec 2023 15:37:51 +0100 Subject: [PATCH] #26918 Sign the QEMU binary to fix colima starting issue. +12. --- .github/workflows/cli-release-process.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cli-release-process.yml b/.github/workflows/cli-release-process.yml index 7258f66a5b36..104c8c357498 100644 --- a/.github/workflows/cli-release-process.yml +++ b/.github/workflows/cli-release-process.yml @@ -94,9 +94,8 @@ jobs: steps: - name: 'Sign the QEMU binary locally' run: | - brew install openjdk@11 - curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb - brew install ./qemu.rb + brew update + brew install qemu - name: 'Install docker' run: |