diff --git a/.github/workflows/image-build-and-publish.yaml b/.github/workflows/image-build-and-publish.yaml index b3160d0..afe6603 100644 --- a/.github/workflows/image-build-and-publish.yaml +++ b/.github/workflows/image-build-and-publish.yaml @@ -100,6 +100,7 @@ jobs: context: ./image push: ${{ github.event_name != 'pull_request' }} tags: ${{ env.TAGS }} + platforms: linux/amd64,linux/arm64 labels: ${{ steps.meta.outputs.labels }} # Sign the resulting Docker image digest except on PRs.