File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,14 @@ jobs:
19
19
steps :
20
20
- name : checkout otel webserver
21
21
uses : actions/checkout@v3
22
+ - name : setup qemu
23
+ uses : docker/setup-qemu-action@master
22
24
- name : setup buildx
23
25
id : buildx
24
26
uses : docker/setup-buildx-action@master
25
27
with :
26
28
install : true
29
+ platforms : linux/amd64,linux/arm64
27
30
- name : cache docker layers
28
31
uses : actions/cache@v3
29
32
with :
@@ -63,11 +66,14 @@ jobs:
63
66
steps :
64
67
- name : checkout otel webserver
65
68
uses : actions/checkout@v3
69
+ - name : setup qemu
70
+ uses : docker/setup-qemu-action@master
66
71
- name : setup buildx
67
72
id : buildx
68
73
uses : docker/setup-buildx-action@master
69
74
with :
70
75
install : true
76
+ platforms : linux/amd64,linux/arm64
71
77
# - name: cache docker layers
72
78
# uses: actions/cache@v3
73
79
# with:
You can’t perform that action at this time.
0 commit comments