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