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 73353cb commit ad4d9d8Copy full SHA for ad4d9d8
.github/workflows/release.yml
@@ -49,6 +49,7 @@ jobs:
49
IMAGE_TAG: ${{ github.ref_name }}
50
uses: docker/build-push-action@v3
51
with:
52
+ platforms: linux/amd64,linux/arm64
53
push: true
54
tags: |
55
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
0 commit comments