Skip to content

Commit

Permalink
install docker binary
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Feb 15, 2024
1 parent 75028c6 commit e425ce0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
rosdistro: [humble]
runs_on: [ubuntu-22.04, macos-14] # macos-14 is added for arm support. See also https://x.com/github/status/1752458943245189120?s=20
steps:
- name: Setup docker
uses: crazy-max/ghaction-setup-docker@v3
- name: Install docker for mac runner
if: ${{ matrix.runs_on == 'macos-14'}}
run: brew install wget && wget https://download.docker.com/mac/static/stable/aarch64/docker-25.0.3.tgz && tar docker-25.0.3.tgz && cp docker/docker /user/local/bin/

- uses: actions/checkout@v3

Expand Down

0 comments on commit e425ce0

Please sign in to comment.