Add `linux/arm/v6` to `platforms:`

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2021-09-15 18:28:09 +01:00
parent 3942d9a740
commit bc545b6049
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -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 }}
pihole/pihole:${{ github.event.inputs.name }}