Skip to content

Commit 5fd3b65

Browse files
committed
perf: add support for Dockerfile.arm64
1 parent a7d09ed commit 5fd3b65

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
@@ -58,7 +58,7 @@ jobs:
5858
uses: docker/build-push-action@v5
5959
with:
6060
push: true
61-
file: 'Dockerfile'
61+
file: ${{ hashFiles('Dockerfile.arm64') != '' && 'Dockerfile.arm64' || 'Dockerfile' }}
6262
tags: ${{ env.AZURE_CONTAINER_REGISTRY }}/${{ github.event.repository.name }}:${{ matrix.platform }}-${{ steps.branch_name.outputs.GH_REF_NAME }}
6363
cache-from: type=gha
6464
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)