From 9d2d24ab7d4674b9248fee7ce49aad9ba404b8a5 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Thu, 27 Feb 2025 10:23:39 +0100 Subject: [PATCH] docker: Build noble image. --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7de6d1a696..0f41b81d1e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [jammy] + ubuntu_version: [jammy, noble] platform: [linux/amd64] # Use only 2 jobs to build, as more jobs # would starve the github machine for memory. @@ -101,7 +101,7 @@ jobs: strategy: fail-fast: false matrix: - ubuntu_version: [jammy] + ubuntu_version: [jammy, noble] steps: - name: Download digests -- 2.39.5