Skip to content

Commit

Permalink
tools/docker: disable debian-10
Browse files Browse the repository at this point in the history
python too old
  • Loading branch information
Mizux committed Jul 26, 2023
1 parent 6581214 commit 8c57112
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ help:
@echo -e "\t\t${BOLD}archlinux${RESET} (latest)"
@echo -e "\t\t${BOLD}centos-7${RESET} (Centos 7 LTS)"
@echo -e "\t\t${BOLD}debian-sid${RESET} (unstable)"
@echo -e "\t\t${BOLD}debian-11${RESET} (bullseye, latest)"
@echo -e "\t\t${BOLD}debian-10${RESET} (buster)"
@echo -e "\t\t${BOLD}debian-11${RESET} (bullseye)"
@echo -e "\t\t${BOLD}fedora-39${RESET} (rawhide)"
@echo -e "\t\t${BOLD}fedora-38${RESET} (rawhide)"
@echo -e "\t\t${BOLD}fedora-37${RESET} (latest)"
Expand Down Expand Up @@ -402,7 +401,7 @@ DISTROS := \
alpine-edge \
archlinux \
centos-7 \
debian-10 debian-11 debian-sid \
debian-11 debian-sid \
fedora-37 fedora-38 fedora-39 \
opensuse-leap \
ubuntu-20.04 ubuntu-22.04 ubuntu-22.10 ubuntu-23.04
Expand Down

0 comments on commit 8c57112

Please sign in to comment.