mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-20 00:39:56 +01:00
Add linux/arm/v6 to platforms:
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
2
.github/workflows/test-and-build.yaml
vendored
2
.github/workflows/test-and-build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user