From f6322b033c6e19394147064a98eca561ae2b7cc2 Mon Sep 17 00:00:00 2001 From: Timo Reichl Date: Sat, 13 Apr 2024 20:08:35 +0200 Subject: [PATCH] Fix issue #29: Add Debian version 'bookworm' to CI builds Signed-off-by: Timo Reichl --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d3e0720..8ac91a3 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,7 +10,7 @@ jobs: matrix: QEMU_VER: [v6.1.0-1] DOCKER_REPO: [docker.io/multiarch/debian-debootstrap] - VERSION: [sid, stretch, buster, bullseye] + VERSION: [sid, stretch, buster, bullseye, bookworm] UNAME_ARCH: [x86_64, arm64, armel, armv7l, i386, mipsel, mips64el, ppc64el, s390x] include: - {ARCH: amd64, QEMU_ARCH: x86_64, UNAME_ARCH: x86_64}