Add i386 arch

Signed-off-by: static-void-main <33235498+static-void-main@users.noreply.github.com>
This commit is contained in:
static-void-main
2021-03-30 20:10:36 +02:00
parent fe7f0c8612
commit 6292fd1294
3 changed files with 11 additions and 2 deletions

View File

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