Skip to content

Commit

Permalink
#26918 Sign the QEMU binary to fix colima starting issue. +1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Dec 26, 2023
1 parent f812443 commit 154dcfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cli-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
steps:
- name: 'Sign the QEMU binary locally'
run: |
ls -la /usr/local/bin/ | grep -i qemu
cat >entitlements.xml <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
Expand Down

0 comments on commit 154dcfc

Please sign in to comment.