-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
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 arm64and docker is not installed.
Are there any plans to support darwin/macOS arm64?
tombh and djstrong
Metadata
Metadata
Assignees
Labels
No labels