File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 label : Operating system
6161 description : the operating system in use
6262 options :
63+ - Debian 12 (Bookworm) / Ubuntu 22-23 / Raspberry Pi OS 12 (including lite)
6364 - Debian 11 (Bullseye) / Ubuntu 20-21 / Raspbian 11 / Raspberry Pi OS 11 (including lite)
6465 - Debian 10 (Buster) / Ubuntu 18-19 / Raspbian 10 / Raspberry Pi OS 10 (including lite)
6566 - Debian 9 (Stretch) / Ubuntu 16-17 / Raspbian 9 / Raspberry Pi OS 9 (including lite)
Original file line number Diff line number Diff line change 2626 type : choice
2727 options :
2828 - ' '
29+ - bookworm
2930 - bullseye
3031 - buster
31- - stretch
3232
3333jobs :
3434 prepare-release :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ elif [[ "x$1" = "xrelease" ]]; then
3939else
4040 namesuffix=' .build'
4141 target=deb
42- images=' bullseye buster stretch '
42+ images=' bookworm bullseye buster'
4343 if [[ -n " $LIMITIMG " ]]; then
4444 images=$( echo " $images " | sed -e " s#.* \($LIMITIMG \) .*#\1#" )
4545 echo " limiting to image $images "
You can’t perform that action at this time.
0 commit comments