Skip to content

Commit

Permalink
Update docker-image-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-rana authored Feb 20, 2024
1 parent 575ede2 commit d03e489
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
run: |
wget https://desktop.docker.com/mac/main/arm64/137060/Docker.dmg
sudo hdiutil attach Docker.dmg
echo $(whoami)
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install --accept-license --user='$(whoami)'
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install --accept-license --user='runner'
sudo hdiutil detach /Volumes/Docker
sudo xattr -r -d com.apple.quarantine /Applications/Docker.app
sudo /Applications/Docker.app/Contents/MacOS/Docker --unattended --install-privileged-components
Expand Down

0 comments on commit d03e489

Please sign in to comment.