Skip to content

Commit

Permalink
Also buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Apr 4, 2024
1 parent f485067 commit b263b93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,12 @@ jobs:
steps:
- name: Install Docker
run: |
brew install docker
brew install docker docker-buildx
# Link the Docker Buildx plugin so it's understood by the docker CLI
mkdir -p ~/.docker/cli-plugins
ln -sfn /usr/local/opt/docker-buildx/bin/docker-buildx ~/.docker/cli-plugins/docker-buildx
colima start
- name: Download context
uses: actions/download-artifact@v4
Expand Down

0 comments on commit b263b93

Please sign in to comment.