drop stretch in favour of bookworm
This commit is contained in:
@@ -60,6 +60,7 @@ body:
|
|||||||
label: Operating system
|
label: Operating system
|
||||||
description: the operating system in use
|
description: the operating system in use
|
||||||
options:
|
options:
|
||||||
|
- Debian 12 (Bookworm) / Ubuntu 22-23 / Raspberry Pi OS 12 (including lite)
|
||||||
- Debian 11 (Bullseye) / Ubuntu 20-21 / Raspbian 11 / Raspberry Pi OS 11 (including lite)
|
- Debian 11 (Bullseye) / Ubuntu 20-21 / Raspbian 11 / Raspberry Pi OS 11 (including lite)
|
||||||
- Debian 10 (Buster) / Ubuntu 18-19 / Raspbian 10 / Raspberry Pi OS 10 (including lite)
|
- Debian 10 (Buster) / Ubuntu 18-19 / Raspbian 10 / Raspberry Pi OS 10 (including lite)
|
||||||
- Debian 9 (Stretch) / Ubuntu 16-17 / Raspbian 9 / Raspberry Pi OS 9 (including lite)
|
- Debian 9 (Stretch) / Ubuntu 16-17 / Raspbian 9 / Raspberry Pi OS 9 (including lite)
|
||||||
|
|||||||
@@ -26,9 +26,9 @@ on:
|
|||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- ''
|
- ''
|
||||||
|
- bookworm
|
||||||
- bullseye
|
- bullseye
|
||||||
- buster
|
- buster
|
||||||
- stretch
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prepare-release:
|
prepare-release:
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ elif [[ "x$1" = "xrelease" ]]; then
|
|||||||
else
|
else
|
||||||
namesuffix='.build'
|
namesuffix='.build'
|
||||||
target=deb
|
target=deb
|
||||||
images='bullseye buster stretch'
|
images='bookworm bullseye buster'
|
||||||
if [[ -n "$LIMITIMG" ]]; then
|
if [[ -n "$LIMITIMG" ]]; then
|
||||||
images=$(echo " $images " | sed -e "s#.* \($LIMITIMG\) .*#\1#")
|
images=$(echo " $images " | sed -e "s#.* \($LIMITIMG\) .*#\1#")
|
||||||
echo "limiting to image $images"
|
echo "limiting to image $images"
|
||||||
|
|||||||
Reference in New Issue
Block a user