Skip to content

Commit a254a4d

Browse files
committed
set multi-arch docker build in ACR github action
1 parent 230134f commit a254a4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-push-image-acr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
uses: docker/build-push-action@v6
6060
with:
6161
push: true
62+
platforms: linux/amd64,linux/arm64
6263
tags: ${{ steps.set-variables.outputs.image_tags }}
6364
context: ${{ inputs.context }}
6465
target: hosted

0 commit comments

Comments
 (0)