actions-setup-docker icon indicating copy to clipboard operation
actions-setup-docker copied to clipboard

Any plans to support darwin/macOS arm64?

Open docktermj opened this issue 9 months ago • 2 comments

When running a GitHub action such as:

jobs:
  my-job:
    runs-on: macos-latest
    :
      - name: install Docker
        uses: docker-practice/actions-setup-docker@master
        timeout-minutes: 12
    :

Although the return is a "success", the following is shown in the log:

Warning: only support macOS x86_64, os arch is arm64

and docker is not installed.

Are there any plans to support darwin/macOS arm64?

docktermj avatar May 02 '24 12:05 docktermj