File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 60
60
label : Operating system
61
61
description : the operating system in use
62
62
options :
63
+ - Debian 12 (Bookworm) / Ubuntu 22-23 / Raspberry Pi OS 12 (including lite)
63
64
- Debian 11 (Bullseye) / Ubuntu 20-21 / Raspbian 11 / Raspberry Pi OS 11 (including lite)
64
65
- Debian 10 (Buster) / Ubuntu 18-19 / Raspbian 10 / Raspberry Pi OS 10 (including lite)
65
66
- Debian 9 (Stretch) / Ubuntu 16-17 / Raspbian 9 / Raspberry Pi OS 9 (including lite)
Original file line number Diff line number Diff line change 26
26
type : choice
27
27
options :
28
28
- ' '
29
+ - bookworm
29
30
- bullseye
30
31
- buster
31
- - stretch
32
32
33
33
jobs :
34
34
prepare-release :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ elif [[ "x$1" = "xrelease" ]]; then
39
39
else
40
40
namesuffix=' .build'
41
41
target=deb
42
- images=' bullseye buster stretch '
42
+ images=' bookworm bullseye buster'
43
43
if [[ -n " $LIMITIMG " ]]; then
44
44
images=$( echo " $images " | sed -e " s#.* \($LIMITIMG \) .*#\1#" )
45
45
echo " limiting to image $images "
You can’t perform that action at this time.
0 commit comments