From f9248008532c6eebb52b37d666f24655771f3426 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Fri, 16 Apr 2021 16:41:16 +0200 Subject: [PATCH] GitHub actions: also build on Debian Bullseye --- .github/workflows/packages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 142a3f036..2e7c4c899 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -15,6 +15,9 @@ jobs: fail-fast: false matrix: distro: + - name: debian + codename: bullseye + has32bit: true - name: debian codename: buster has32bit: true