From 2631006456b3e489cdb80d7f8285b2d6b9c6549a Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Fri, 25 Nov 2022 09:05:39 +0000 Subject: [PATCH] Build for for 32bit Raspberry Pi --- .github/workflows/build-containers.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index af8eef83..1d8c3b5c 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -41,7 +41,7 @@ jobs: with: context: helm/flowforge-container file: helm/flowforge-container/Dockerfile - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64, linux/arm64, linux/arm/v7 tags: ${{ steps.meta.outputs.tags }} push: true - name: Push README @@ -83,7 +83,7 @@ jobs: with: context: helm/node-red-container file: helm/node-red-container/Dockerfile - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64, linux/arm64, linux/arm/v7 tags: ${{ steps.meta.outputs.tags }} push: true - name: Push README @@ -125,7 +125,7 @@ jobs: with: context: helm/node-red-container file: helm/node-red-container/Dockerfile-2.2.x - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64, linux/arm64, linux/arm/v7 tags: ${{ steps.meta.outputs.tags }} push: true @@ -160,7 +160,7 @@ jobs: with: context: helm/file-server file: helm/file-server/Dockerfile - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64, linux/arm64, linux/arm/v7 tags: ${{ steps.meta.outputs.tags }} push: true - name: Push README