Skip to content

Commit

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

0 comments on commit 3417da2

Please sign in to comment.