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}