We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591efe7 commit d1e8254Copy full SHA for d1e8254
.github/workflows/az_acr_push.yml
@@ -24,10 +24,10 @@ jobs:
24
with:
25
submodules: 'true'
26
27
- - name: Set up QEMU
28
- uses: docker/setup-qemu-action@v3
29
- with:
30
- platforms: arm64,arm
+ # - name: Set up QEMU
+ # uses: docker/setup-qemu-action@v3
+ # with:
+ # platforms: arm64,arm
31
32
- name: Set up Docker Buildx
33
uses: docker/setup-buildx-action@v3
@@ -62,6 +62,7 @@ jobs:
62
tags: ${{ env.AZURE_CONTAINER_REGISTRY }}/${{ github.event.repository.name }}:${{ matrix.platform }}-${{ steps.branch_name.outputs.GH_REF_NAME }}
63
cache-from: type=gha
64
cache-to: type=gha,mode=max
65
+ platforms: linux/${{ matrix.platform }}
66
build-args: |
67
platform=linux/${{ matrix.platform }}
68
label=dockerfile-path=https://github.com/${{ github.repository }}/blob/${{ github.sha }}/Dockerfile
0 commit comments