We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b41716 commit 2ca030eCopy full SHA for 2ca030e
.github/workflows/debian-packaging.yml
@@ -16,11 +16,11 @@ jobs:
16
name: Build Debian packages
17
strategy:
18
matrix:
19
- codename: ['buster', 'bullseye']
+ codename: ['bullseye', 'bookworm']
20
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
24
25
- name: Build package
26
run: bash .github/workflows/scripts/debian-package.sh ${{ matrix.codename }}
.github/workflows/scripts/debian-package.sh
@@ -10,7 +10,7 @@ set -x
10
set -e
11
12
# A list of known Debian releases
13
-knowncodenames=("stretch" "buster" "bullseye" "stable" "testing")
+knowncodenames=("bullseye" "stable" "testing" "bookworm")
14
15
# We want exactly one argument: the name of the release
if (( $# != 1 ))
0 commit comments