From 3417da28a07d2091d53998ffbfc792c2ec8ce508 Mon Sep 17 00:00:00 2001 From: Daniel Colina Date: Tue, 26 Dec 2023 15:31:51 +0100 Subject: [PATCH] #26918 Sign the QEMU binary to fix colima starting issue. +11. --- .github/workflows/cli-release-process.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cli-release-process.yml b/.github/workflows/cli-release-process.yml index a0798e9df43a..7258f66a5b36 100644 --- a/.github/workflows/cli-release-process.yml +++ b/.github/workflows/cli-release-process.yml @@ -94,6 +94,7 @@ 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