File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
matrix :
21
21
platform : ['linux/amd64', 'linux/arm64']
22
22
steps :
23
+ - name : Check out repository
24
+ uses : actions/checkout@v4
25
+
23
26
- name : Set up QEMU
24
27
uses : docker/setup-qemu-action@v3
25
28
# Workaround for a memory allocation layout bug in QEMU,
30
33
31
34
- name : Set up Docker Buildx
32
35
uses : docker/setup-buildx-action@v3
33
- with :
34
- version : ' v0.9.1'
35
- - uses : actions/checkout@v4
36
36
37
37
- name : Docker Build ${{ matrix.platform }}
38
38
run : |
Original file line number Diff line number Diff line change 16
16
matrix :
17
17
platform : ['linux/amd64', 'linux/arm64']
18
18
steps :
19
+ - name : Check out repository
20
+ uses : actions/checkout@v4
21
+
19
22
- name : Set up QEMU
20
23
uses : docker/setup-qemu-action@v3
21
24
# Workaround for a memory allocation layout bug in QEMU,
26
29
27
30
- name : Set up Docker Buildx
28
31
uses : docker/setup-buildx-action@v3
29
- with :
30
- version : ' v0.9.1'
31
- - uses : actions/checkout@v4
32
32
33
33
- name : Configure Role to Acquire Credentials
34
34
uses : aws-actions/configure-aws-credentials@v4
You can’t perform that action at this time.
0 commit comments