Skip to content

Commit c4a6bb5

Browse files
committed
support Ubuntu 24.04 (Noble Numbat)
(cherry picked from commit b58f78e012e2e117f57eaaded4b01102e4d24485)
1 parent c8f69d7 commit c4a6bb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DISTS:=sid bookworm bullseye buster stretch wheezy precise trusty xenial bionic focal jammy
1+
DISTS:=sid bookworm bullseye buster stretch wheezy precise trusty xenial bionic focal jammy noble
22

33
all: clean
44
for i in $(DISTS) ; do \

create_dockerfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if ! [ -d "src/pkg/kamailio/deb/${dist}/" ] ; then
5858
fi
5959

6060
case ${dist} in
61-
jammy|focal|bionic|xenial|trusty|precise) base=ubuntu ;;
61+
noble|jammy|focal|bionic|xenial|trusty|precise) base=ubuntu ;;
6262
squeeze|wheezy|jessie|stretch|buster|bullseye|bookworm|sid) base=debian ;;
6363
*)
6464
echo "ERROR: no ${dist} base supported"

0 commit comments

Comments
 (0)