From 99cad45695a2ed58df55199fa6397386245b28ab Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:19:13 +0200 Subject: [PATCH] readme: instruction for macos arm runners --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 84a3a5f..273ba37 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ GitHub Action to set up (download and install) [Docker CE](https://docs.docker.com/engine/). Works on Linux, macOS and Windows. +> [!WARNING] +> Does not work on macOS runners with ARM architecture (no nested virtualization): +> * https://github.com/crazy-max/ghaction-setup-docker/pull/53 +> * https://github.com/docker/actions-toolkit/issues/317 + ![Screenshot](.github/setup-docker-action.png) ___