mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-20 00:39:56 +01:00
Add i386 arch
Signed-off-by: static-void-main <33235498+static-void-main@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/test-and-build.yaml
vendored
2
.github/workflows/test-and-build.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ARCH: [amd64, armhf, arm64]
|
||||
ARCH: [amd64, armhf, arm64, i386]
|
||||
DEBIAN_VERSION: [stretch, buster, bullseye]
|
||||
env:
|
||||
ARCH: ${{matrix.ARCH}}
|
||||
|
||||
Reference in New Issue
Block a user