Skip to content

Commit

Permalink
try installing docker from .dmg file
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanota committed Jan 10, 2025
1 parent 451b421 commit 3705b90
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/compile-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ jobs:
- name: Install docker
run: |
brew install --cask docker
pushd /tmp
wget https://desktop.docker.com/mac/main/amd64/179585/Docker.dmg?_gl=1*9i6qyi*_ga*Mzc5MDcyMDY2LjE2OTYwMTk2MTg.*_ga_XJWPQMJYHQ*MTczNjU0ODAwMC4zNS4xLjE3MzY1NDkyMjkuMi4wLjA.
sudo hdiutil attach Docker.dmg
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install
sudo hdiutil detach /Volumes/Docker
popd
- name: Make and install Skaffold binary from current PR
run: |
Expand Down

0 comments on commit 3705b90

Please sign in to comment.