Skip to content

Commit

Permalink
use cask
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanota committed Jan 10, 2025
1 parent 7ce47c3 commit 51c5c00
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/compile-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,18 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install docker
run: |
pushd /tmp
wget https://desktop.docker.com/mac/main/amd64/179585/Docker.dmg
sudo hdiutil attach Docker.dmg
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install
sudo hdiutil detach /Volumes/Docker
popd
# - name: Install docker
# run: |
# pushd /tmp
# wget https://desktop.docker.com/mac/main/amd64/179585/Docker.dmg
# sudo hdiutil attach Docker.dmg
# sudo /Volumes/Docker/Docker.app/Contents/MacOS/install --user=$(whoami)
# sudo hdiutil detach /Volumes/Docker
# popd

- name: Make and install Skaffold binary from current PR
run: |
brew install --cask docker
# Check golang version
echo "Found golang version $(go version) from path $(which go)"
make ./out/VERSION
Expand Down

0 comments on commit 51c5c00

Please sign in to comment.