We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446aa11 commit b388b57Copy full SHA for b388b57
1 file changed
README.md
@@ -46,27 +46,6 @@ jobs:
46
uses: step-security/ghaction-setup-docker@v3
47
```
48
49
-> [!IMPORTANT]
50
-> macOS runners hang with latest QEMU 9.1.0. You need to install QEMU 9.0.2 as
51
-> a workaround:
52
-> ```yaml
53
-> name: ci
54
->
55
-> on:
56
-> push:
57
58
-> jobs:
59
-> docker:
60
-> runs-on: macos-13
61
-> steps:
62
-> -
63
-> name: Install QEMU 9.0.2
64
-> uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
65
66
-> name: Set up Docker
67
-> uses: step-security/ghaction-setup-docker@v3
68
-> ```
69
-
70
### Daemon configuration
71
72
You can [configure the Docker daemon](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file)
0 commit comments