Skip to content

Commit c498777

Browse files
committed
Enable bookworm builds
1 parent 87b0ea6 commit c498777

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Jenkinsfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ node(label: 'raspberrypi') {
88

99
// The distributions we build on
1010
def build_dist_list = [
11-
"bullseye"
11+
"bookworm", "bullseye"
1212
]
1313

1414
// The distribution/architecture combinations we test-install on.
1515
def test_dist_arch_list = [
16+
["bookworm", "armhf"],
1617
["bullseye", "armhf"]
1718
]
1819

prepare-build.sh

-5
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ case "$DIST" in
4444
;;
4545

4646
bookworm)
47-
# Bookworm full sdcard image support isn't ready yet, but we still
48-
# consider older distributions to be "backports" for the sake of
49-
# consistent version numbers
50-
echo "Bookworm support isn't done yet!" >&2
51-
exit 1
5247
;;
5348

5449
*)

0 commit comments

Comments
 (0)