From 671a8f539a82439e58007948b2396c4768039bd2 Mon Sep 17 00:00:00 2001 From: Steffen <30478030+snpz@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:07:37 +0100 Subject: [PATCH] create armv7 docker images --- .github/workflows/ci-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}