File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
22
22
- uses : actions/checkout@v1
23
23
24
- - name : Set up Docker Buildx
25
- id : buildx
26
- uses : crazy-max/ghaction-docker-buildx@v1
27
- with :
28
- buildx-version : latest
29
- qemu-version : latest
24
+ - name : Set up QEMU
25
+ id : qemu
26
+ uses : docker/setup-qemu-action@v1
30
27
31
28
- name : Available platforms
32
- run : echo ${{ steps.buildx.outputs.platforms }}
29
+ run : echo ${{steps.qemu.outputs.platforms}}
30
+
31
+ - name : Set up Docker Buildx
32
+ uses : docker/setup-buildx-action@v1
33
33
34
34
- name : Prepare Host
35
35
run : |
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
27
27
run : |
28
28
make version
29
29
30
- - name : Set up Docker Buildx
31
- id : buildx
32
- uses : crazy-max/ghaction-docker-buildx@v1
33
- with :
34
- buildx-version : latest
35
- qemu-version : latest
30
+ - name : Set up QEMU
31
+ id : qemu
32
+ uses : docker/setup-qemu-action@v1
36
33
37
34
- name : Available platforms
38
- run : echo ${{ steps.buildx.outputs.platforms }}
35
+ run : echo ${{steps.qemu.outputs.platforms}}
36
+
37
+ - name : Set up Docker Buildx
38
+ uses : docker/setup-buildx-action@v1
39
39
40
40
- name : Publish to GitHub Container Registry
41
41
env :
You can’t perform that action at this time.
0 commit comments