actions-setup-docker
actions-setup-docker copied to clipboard
Any plans to support darwin/macOS arm64?
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?