Skip to content

Commit 5c5a150

Browse files
committed
drop stretch in favour of bookworm
1 parent ae8e689 commit 5c5a150

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ body:
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)

.github/workflows/preparerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ on:
2626
type: choice
2727
options:
2828
- ''
29+
- bookworm
2930
- bullseye
3031
- buster
31-
- stretch
3232

3333
jobs:
3434
prepare-release:

contrib/docker/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ elif [[ "x$1" = "xrelease" ]]; then
3939
else
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"

0 commit comments

Comments
 (0)