We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b0ea6 commit c498777Copy full SHA for c498777
Jenkinsfile
@@ -8,11 +8,12 @@ node(label: 'raspberrypi') {
8
9
// The distributions we build on
10
def build_dist_list = [
11
- "bullseye"
+ "bookworm", "bullseye"
12
]
13
14
// The distribution/architecture combinations we test-install on.
15
def test_dist_arch_list = [
16
+ ["bookworm", "armhf"],
17
["bullseye", "armhf"]
18
19
prepare-build.sh
@@ -44,11 +44,6 @@ case "$DIST" in
44
;;
45
46
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
52
53
54
*)
0 commit comments