|
43 | 43 | - |
44 | 44 | name: Checkout |
45 | 45 | uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 46 | + - |
| 47 | + # https://github.com/crazy-max/ghaction-setup-docker/issues/108 |
| 48 | + name: Set up QEMU |
| 49 | + if: startsWith(matrix.os, 'macos') |
| 50 | + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 |
46 | 51 | - |
47 | 52 | name: Set version |
48 | 53 | shell: bash |
|
78 | 83 | - |
79 | 84 | name: Checkout |
80 | 85 | uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 86 | + - |
| 87 | + # https://github.com/crazy-max/ghaction-setup-docker/issues/108 |
| 88 | + name: Set up QEMU |
| 89 | + if: startsWith(matrix.os, 'macos') |
| 90 | + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 |
81 | 91 | - |
82 | 92 | name: Set up Docker |
83 | 93 | uses: ./ |
@@ -107,6 +117,11 @@ jobs: |
107 | 117 | - |
108 | 118 | name: Checkout |
109 | 119 | uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 120 | + - |
| 121 | + # https://github.com/crazy-max/ghaction-setup-docker/issues/108 |
| 122 | + name: Set up QEMU |
| 123 | + if: startsWith(matrix.os, 'macos') |
| 124 | + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 |
110 | 125 | - |
111 | 126 | name: Set up Docker |
112 | 127 | uses: ./ |
@@ -142,6 +157,11 @@ jobs: |
142 | 157 | - |
143 | 158 | name: Checkout |
144 | 159 | uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 160 | + - |
| 161 | + # https://github.com/crazy-max/ghaction-setup-docker/issues/108 |
| 162 | + name: Set up QEMU |
| 163 | + if: startsWith(matrix.os, 'macos') |
| 164 | + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 |
145 | 165 | - |
146 | 166 | name: Set up Docker |
147 | 167 | uses: ./ |
@@ -169,6 +189,10 @@ jobs: |
169 | 189 | - |
170 | 190 | name: Checkout |
171 | 191 | uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 192 | + - |
| 193 | + # https://github.com/crazy-max/ghaction-setup-docker/issues/108 |
| 194 | + name: Set up QEMU |
| 195 | + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 |
172 | 196 | - |
173 | 197 | name: Set up Docker |
174 | 198 | uses: ./ |
@@ -246,6 +270,11 @@ jobs: |
246 | 270 | - |
247 | 271 | name: Checkout |
248 | 272 | uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 273 | + - |
| 274 | + # https://github.com/crazy-max/ghaction-setup-docker/issues/108 |
| 275 | + name: Set up QEMU |
| 276 | + if: startsWith(matrix.os, 'macos') |
| 277 | + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 |
249 | 278 | - |
250 | 279 | name: Set up Docker |
251 | 280 | uses: ./ |
|
0 commit comments