Skip to content

Commit

Permalink
#26918 Sign the QEMU binary to fix colima starting issue. +29.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Dec 27, 2023
1 parent 9d19acd commit 0df51b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,12 @@ jobs:
colima start --mount-type 9p
# sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
echo "DOCKER_HOST=unix://${HOME}/.colima/default/docker.sock" >> "$GITHUB_ENV"
echo "TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock" >> "$GITHUB_ENV"
echo "TESTCONTAINERS_RYUK_DISABLED=true" >> "$GITHUB_ENV"
# sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock

# - name: 'Install docker'
# run: |
# brew install colima docker docker-compose
Expand Down

0 comments on commit 0df51b5

Please sign in to comment.