From 676b66ad4a0c6777319b865f0926f7cd36f682f3 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 26 Apr 2026 19:23:48 +0200 Subject: [PATCH] change support jammy not focal --- builder/builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/builder b/builder/builder index 05f1650..bc86741 100755 --- a/builder/builder +++ b/builder/builder @@ -36,7 +36,7 @@ run_build_container() main() { - local distros=${DISTROS:="debian:oldstable-slim debian:stable-slim debian:testing-slim ubuntu:focal ubuntu:latest ubuntu:rolling"} + local distros=${DISTROS:="debian:oldstable-slim debian:stable-slim debian:testing-slim ubuntu:jammy ubuntu:latest ubuntu:rolling"} mkdir -p build cp builder/run build/run chmod 755 build/run -- 2.47.3