Skip to content

Commit 6f524fd

Browse files
authored
ci: added arm64 platform for docker published images (#1021)
1 parent 78eb3a5 commit 6f524fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
context: .
6666
file: ./Dockerfile
6767
target: ${{ env.BUILD_TARGET }}
68+
platforms: linux/amd64,linux/arm64
6869
push: true
6970
tags: ${{ steps.meta.outputs.tags }}
7071
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)