From 83aa6a6656d7e46155ab655fb07e2c2344eeb7f8 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Tue, 12 Mar 2024 17:19:20 +0100 Subject: [PATCH] tools/docker: enable fedora-39 --- tools/docker/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/docker/Makefile b/tools/docker/Makefile index 686841b1f8..46ec34a799 100644 --- a/tools/docker/Makefile +++ b/tools/docker/Makefile @@ -93,9 +93,11 @@ 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)" + @echo -e "\t\t${BOLD}debian-13${RESET} (Trixie)" + @echo -e "\t\t${BOLD}debian-12${RESET} (Bookworm)" + @echo -e "\t\t${BOLD}debian-11${RESET} (Bullseye)" # @echo -e "\t\t${BOLD}debian-10${RESET} (buster)" -# @echo -e "\t\t${BOLD}fedora-39${RESET}" + @echo -e "\t\t${BOLD}fedora-39${RESET}" @echo -e "\t\t${BOLD}fedora-38${RESET}" @echo -e "\t\t${BOLD}fedora-37${RESET}" # @echo -e "\t\t${BOLD}opensuse-leap${RESET} (latest)" @@ -405,7 +407,7 @@ DISTROS := \ archlinux \ centos-7 \ debian-11 debian-12 debian-13 debian-sid \ - fedora-37 fedora-38 \ + fedora-37 fedora-38 fedora-39 \ ubuntu-20.04 ubuntu-22.04 ubuntu-23.04 ubuntu-23.10 # List of stages