Skip to content

Commit

Permalink
Put QEMU back until macos-13 runners
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Aug 30, 2023
1 parent 45015c7 commit 1b14757
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,17 @@ runs:
# install in $PATH
install colima-$(uname)-$(uname -m) /usr/local/bin/colima
shell: bash
- name: Install Docker client and Docker Compose
- name: Install QEMU, Docker client, and Docker Compose
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
run: brew install docker docker-compose
run: brew install docker docker-compose qemu
shell: bash
- name: Configure Docker Compose plugin
run: |
mkdir -p ~/.docker/cli-plugins
ln -sfn "$(brew --prefix)/opt/docker-compose/bin/docker-compose" ~/.docker/cli-plugins/docker-compose
shell: bash
- name: Start Colima
run: colima start --vm-type=vz
run: colima start
shell: bash
- id: docker-client-version
run: |
Expand Down

0 comments on commit 1b14757

Please sign in to comment.