Skip to content

Commit

Permalink
add noble support
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Nov 12, 2024
1 parent 205e809 commit 63a6d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DISTS ?= bookworm bullseye buster jessie stretch wheezy jammy focal bionic trusty xenial
DISTS ?= bookworm bullseye buster jessie stretch wheezy noble jammy focal bionic trusty xenial

VERSION ?= 5.5.0

Expand Down
2 changes: 1 addition & 1 deletion create_dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ EOF
}

case ${dist} in
jammy|focal|bionic|xenial|trusty|precise) base=ubuntu ;;
noble|jammy|focal|bionic|xenial|trusty|precise) base=ubuntu ;;
squeeze|wheezy|jessie|stretch|buster|bullseye|bookworm) base=debian ;;
*)
echo "ERROR: no ${dist} base supported"
Expand Down

0 comments on commit 63a6d02

Please sign in to comment.