Skip to content

Commit

Permalink
#26918 Sign the QEMU binary to fix colima starting issue. +12.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Dec 26, 2023
1 parent 3417da2 commit 1d721dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cli-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1d721dc

Please sign in to comment.