mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-06 05:31:48 +02:00
Compare commits
No commits in common. "925e138bb47e6e16fea8471bad95e21904072416" and "b84463a6ce96f05841a3f65a6c26508562359e5a" have entirely different histories.
925e138bb4
...
b84463a6ce
1 changed files with 2 additions and 4 deletions
6
.github/workflows/scan_released.yml
vendored
6
.github/workflows/scan_released.yml
vendored
|
@ -25,10 +25,8 @@ jobs:
|
|||
- name: Setup Docker and Colima (macOS only)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew install docker colima qemu
|
||||
# LIMACTL_PATH=$(brew --prefix)/bin/limactl
|
||||
# sudo curl -L -o $LIMACTL_PATH https://github.com/mikekazakov/lima-nohvf/raw/master/limactl && sudo chmod +x $LIMACTL_PATH
|
||||
colima start --network-address --arch arm64 --vm-type=qemu
|
||||
brew install docker colima
|
||||
colima start
|
||||
# Wait for Docker daemon to be ready
|
||||
timeout=30
|
||||
while ! docker info >/dev/null 2>&1; do
|
||||
|
|
Loading…
Reference in a new issue