File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
with :
25
25
submodules : ' true'
26
26
27
- - name : Set up QEMU
28
- uses : docker/setup-qemu-action@v3
29
- with :
30
- platforms : arm64,arm
27
+ # - name: Set up QEMU
28
+ # uses: docker/setup-qemu-action@v3
29
+ # with:
30
+ # platforms: arm64,arm
31
31
32
32
- name : Set up Docker Buildx
33
33
uses : docker/setup-buildx-action@v3
62
62
tags : ${{ env.AZURE_CONTAINER_REGISTRY }}/${{ github.event.repository.name }}:${{ matrix.platform }}-${{ steps.branch_name.outputs.GH_REF_NAME }}
63
63
cache-from : type=gha
64
64
cache-to : type=gha,mode=max
65
+ platforms : linux/${{ matrix.platform }}
65
66
build-args : |
66
67
platform=linux/${{ matrix.platform }}
67
68
label=dockerfile-path=https://github.com/${{ github.repository }}/blob/${{ github.sha }}/Dockerfile
You can’t perform that action at this time.
0 commit comments