From 5c527f40d5dbd1da99285b0b2a2a7acac8a965bb Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Tue, 28 May 2024 13:29:56 +0200 Subject: [PATCH] tools/docker: re-enable opensuse-leap --- tools/docker/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/docker/Makefile b/tools/docker/Makefile index 76fe6ba0ba..ff76bcb958 100644 --- a/tools/docker/Makefile +++ b/tools/docker/Makefile @@ -401,15 +401,14 @@ export/archives: | export PLATFORMS := amd64 arm64 # riscv64 # Currently supported distro -# opensuse-leap # repo broken -# fedora-39 # Still waiting microsoft dotnet pkg DISTROS := \ alpine-edge \ archlinux \ centos-7 \ debian-11 debian-12 debian-13 debian-sid \ fedora-37 fedora-38 fedora-39 \ - ubuntu-20.04 ubuntu-22.04 ubuntu-23.04 ubuntu-23.10 ubuntu-24.04 + ubuntu-20.04 ubuntu-22.04 ubuntu-23.04 ubuntu-23.10 ubuntu-24.04 \ + opensuse-leap # List of stages STAGES := env devel