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 999be14 commit efc5708Copy full SHA for efc5708
.github/workflows/az_acr_push.yml
@@ -56,7 +56,7 @@ jobs:
56
cache-from: type=gha
57
cache-to: type=gha,mode=max
58
build-args: |
59
- platform=linux/${{ matrix.platform == 'arm64/v8' && 'arm64' || 'amd64' }}
+ platform=linux/${{ matrix.platform }}
60
label=dockerfile-path=https://github.com/${{ github.repository }}/blob/${{ github.sha }}/Dockerfile
61
62
- name: Build & Push ${{ github.event.repository.name }}:${{ matrix.platform == 'arm64/v8' && 'arm64' || 'amd64' }}-gpu
@@ -69,5 +69,5 @@ jobs:
69
70
71
72
73
label=dockerfile-path=https://github.com/${{ github.repository }}/blob/${{ github.sha }}/gpu.Dockerfile
0 commit comments