Skip to content

Commit

Permalink
drop stretch in favour of bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Jul 8, 2023
1 parent ae8e689 commit 5c5a150
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ body:
label: Operating system
description: the operating system in use
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 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)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preparerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ on:
type: choice
options:
- ''
- bookworm
- bullseye
- buster
- stretch

jobs:
prepare-release:
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ elif [[ "x$1" = "xrelease" ]]; then
else
namesuffix='.build'
target=deb
images='bullseye buster stretch'
images='bookworm bullseye buster'
if [[ -n "$LIMITIMG" ]]; then
images=$(echo " $images " | sed -e "s#.* \($LIMITIMG\) .*#\1#")
echo "limiting to image $images"
Expand Down

0 comments on commit 5c5a150

Please sign in to comment.