Skip to content

Commit cdaac0c

Browse files
authored
Update docker-image.yml
1 parent 7ee56fc commit cdaac0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: docker/build-push-action@v2
4141
with:
4242
context: ./${{ inputs.component }}
43-
platforms: linux/amd64
43+
platforms: linux/amd64,linux/arm64
4444
push: true
4545
tags: ${{ steps.meta.outputs.tags }}
4646
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)