From 7e672f61bc3d458821881d76ad68bfa713949544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Wed, 8 Oct 2025 15:44:44 +0200 Subject: [PATCH] GHA: re-add Debian 11 We are still packaging it at the moment. --- .github/workflows/linux.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b81f7dbd6..1a78ac339 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -30,6 +30,7 @@ jobs: # Raspberry Pi OS is close enough to Debian to test just one of them. # Its architecture is different, though, and covered by the Docker job. + - debian:11 - debian:12 - debian:13 @@ -55,6 +56,8 @@ jobs: - linux/amd64 include: + - distro: debian:11 + platform: linux/386 - distro: debian:12 platform: linux/386