We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f69d7 commit c4a6bb5Copy full SHA for c4a6bb5
2 files changed
Makefile
@@ -1,4 +1,4 @@
1
-DISTS:=sid bookworm bullseye buster stretch wheezy precise trusty xenial bionic focal jammy
+DISTS:=sid bookworm bullseye buster stretch wheezy precise trusty xenial bionic focal jammy noble
2
3
all: clean
4
for i in $(DISTS) ; do \
create_dockerfile.sh
@@ -58,7 +58,7 @@ if ! [ -d "src/pkg/kamailio/deb/${dist}/" ] ; then
58
fi
59
60
case ${dist} in
61
- jammy|focal|bionic|xenial|trusty|precise) base=ubuntu ;;
+ noble|jammy|focal|bionic|xenial|trusty|precise) base=ubuntu ;;
62
squeeze|wheezy|jessie|stretch|buster|bullseye|bookworm|sid) base=debian ;;
63
*)
64
echo "ERROR: no ${dist} base supported"
0 commit comments