diff --git a/.github/workflows/_template.yml b/.github/workflows/_template.yml index 264d0ff6..ef06a961 100644 --- a/.github/workflows/_template.yml +++ b/.github/workflows/_template.yml @@ -98,6 +98,7 @@ jobs: uses: docker/build-push-action@v6 if: github.event_name != 'pull_request' # TODO with: + platforms: linux/amd64,linux/arm64 context: ${{ inputs.directory }} push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }} tags: |