diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 46e064d..65fece8 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -123,7 +123,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 push: ${{ github.event_name != 'pull_request' }} tags: ${{ needs.meta.outputs.container_tags }} labels: ${{ needs.meta.outputs.container_labels }}