From bc545b604984404d53a12ed87be46f39eacab757 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 15 Sep 2021 18:28:09 +0100 Subject: [PATCH] Add `linux/arm/v6` to `platforms:` Signed-off-by: Adam Warner --- .github/workflows/nightly-build.yml | 2 +- .github/workflows/test-and-build.yaml | 2 +- .github/workflows/workflow_dispatch.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 2be1ccc..90d1028 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -51,7 +51,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm64,linux/i386,linux/arm/v7 + platforms: linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6 build-args: | CORE_VERSION=development WEB_VERSION=devel diff --git a/.github/workflows/test-and-build.yaml b/.github/workflows/test-and-build.yaml index fa8e11e..c83a5f5 100644 --- a/.github/workflows/test-and-build.yaml +++ b/.github/workflows/test-and-build.yaml @@ -57,7 +57,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm64,linux/i386,linux/arm/v7 + platforms: linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6 build-args: | PIHOLE_VERSION=${{ env.TAG }} push: true diff --git a/.github/workflows/workflow_dispatch.yml b/.github/workflows/workflow_dispatch.yml index 5ad5df5..651efd8 100644 --- a/.github/workflows/workflow_dispatch.yml +++ b/.github/workflows/workflow_dispatch.yml @@ -62,7 +62,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm64,linux/i386,linux/arm/v7 + platforms: linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6 build-args: | CORE_VERSION=${{ github.event.inputs.core }} WEB_VERSION=${{ github.event.inputs.web }} @@ -70,4 +70,4 @@ jobs: PIHOLE_VERSION=${{ github.event.inputs.name }} push: true tags: | - pihole/pihole:${{ github.event.inputs.name }} \ No newline at end of file + pihole/pihole:${{ github.event.inputs.name }}