We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a5e4e commit 953b0cbCopy full SHA for 953b0cb
.github/workflows/docker.yml
@@ -38,6 +38,7 @@ jobs:
38
uses: docker/build-push-action@v2
39
with:
40
push: true
41
+ platforms: linux/amd64,linux/arm/v7,linux/arm64
42
tags: "${{ env.DOCKER_REPO }}/${{ env.DOCKER_IMAGE }}:${{ env.RELEASE_VERSION }}"
43
build-args: checkout=${{ env.RELEASE_VERSION }}
44
0 commit comments