Skip to content

Commit 7c1965a

Browse files
committed
fix: skip arm64 gpu builds
1 parent a019bad commit 7c1965a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/az_acr_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
label=dockerfile-path=https://github.com/${{ github.repository }}/blob/${{ github.sha }}/Dockerfile
6969
7070
- name: Build & Push ${{ github.event.repository.name }}:${{ matrix.platform }}-gpu
71-
if: ${{ hashFiles('gpu.Dockerfile') != '' }}
71+
if: ${{ hashFiles('gpu.Dockerfile') != '' && matrix.platform == 'amd64' }}
7272
uses: docker/build-push-action@v5
7373
with:
7474
push: true

0 commit comments

Comments
 (0)