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 }}