File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 47
47
uses : crazy-max/ghaction-setup-docker@v3
48
48
` ` `
49
49
50
- > [!IMPORTANT]
51
- > macOS runners hang with latest QEMU 9.1.0. You need to install QEMU 9.0.2 as
52
- > a workaround:
53
- > ` ` ` yaml
54
- > name: ci
55
- >
56
- > on:
57
- > push:
58
- >
59
- > jobs:
60
- > docker:
61
- > runs-on: macos-13
62
- > steps:
63
- > -
64
- > # https://github.com/crazy-max/ghaction-setup-docker/issues/108
65
- > name: Install QEMU 9.0.2
66
- > uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
67
- > -
68
- > name: Set up Docker
69
- > uses: crazy-max/ghaction-setup-docker@v3
70
- > ```
71
- > More info: https://github.com/crazy-max/ghaction-setup-docker/issues/108.
72
-
73
50
### Daemon configuration
74
51
75
52
You can [configure the Docker daemon](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file)
You can’t perform that action at this time.
0 commit comments