File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,10 @@ jobs:
152
152
key : ${{ runner.os }}-tools-${{ github.sha }}
153
153
restore-keys : |
154
154
${{ runner.os }}-tools-
155
+ - name : Set up QEMU
156
+ uses : docker/setup-qemu-action@v2
157
+ - name : Set up Docker Buildx
158
+ uses : docker/setup-buildx-action@v2
155
159
- name : Build images
156
160
run : make images
157
161
- name : Export images
@@ -208,6 +212,10 @@ jobs:
208
212
key : ${{ runner.os }}-tools-${{ github.sha }}
209
213
restore-keys : |
210
214
${{ runner.os }}-tools-
215
+ - name : Set up QEMU
216
+ uses : docker/setup-qemu-action@v2
217
+ - name : Set up Docker Buildx
218
+ uses : docker/setup-buildx-action@v2
211
219
- name : Build scratch images
212
220
run : make scratch-images
213
221
- name : Export scratch images
You can’t perform that action at this time.
0 commit comments