We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca6e85 commit 4bd7de3Copy full SHA for 4bd7de3
.github/workflows/publish-release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build and push Docker image
25
uses: docker/build-push-action@v4
26
with:
27
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
28
pull: true
29
push: true
30
tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }},${{ env.IMAGE_REPOSITORY }}:stable
0 commit comments