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:
1919 steps :
2020 - name : checkout otel webserver
2121 uses : actions/checkout@v3
22+ - name : setup qemu
23+ uses : docker/setup-qemu-action@master
2224 - name : setup buildx
2325 id : buildx
2426 uses : docker/setup-buildx-action@master
2527 with :
2628 install : true
29+ platforms : linux/amd64,linux/arm64
2730 - name : cache docker layers
2831 uses : actions/cache@v3
2932 with :
@@ -63,11 +66,14 @@ jobs:
6366 steps :
6467 - name : checkout otel webserver
6568 uses : actions/checkout@v3
69+ - name : setup qemu
70+ uses : docker/setup-qemu-action@master
6671 - name : setup buildx
6772 id : buildx
6873 uses : docker/setup-buildx-action@master
6974 with :
7075 install : true
76+ platforms : linux/amd64,linux/arm64
7177 # - name: cache docker layers
7278 # uses: actions/cache@v3
7379 # with:
You can’t perform that action at this time.
0 commit comments