Skip to content

Commit 5a9563c

Browse files
authored
Update docker-image-arm64.yml
1 parent 85d4a4c commit 5a9563c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
#context: "{{defaultContext}}:build" #might be used later if Dockerfile is somewhere else
4444
file: ./Dockerfile
4545
push: ${{ github.event_name != 'pull_request' }}
46-
platforms: linux/amd64
46+
platforms: linux/arm64,linux/amd64
4747
tags: ${{ steps.meta.outputs.tags }}
4848
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)