Skip to content

Commit 953b0cb

Browse files
committed
GitHub: specify docker image platforms
1 parent 27a5e4e commit 953b0cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
uses: docker/build-push-action@v2
3939
with:
4040
push: true
41+
platforms: linux/amd64,linux/arm/v7,linux/arm64
4142
tags: "${{ env.DOCKER_REPO }}/${{ env.DOCKER_IMAGE }}:${{ env.RELEASE_VERSION }}"
4243
build-args: checkout=${{ env.RELEASE_VERSION }}
4344

0 commit comments

Comments
 (0)