From 56e92791ad45b5bea4774a12352953f7be2ab533 Mon Sep 17 00:00:00 2001 From: Michael Gardner Date: Wed, 15 Jan 2025 13:00:07 -0500 Subject: [PATCH] HPCC-32732 Include 24.04 builds for 9.10+ Signed-off-by: Michael Gardner --- .github/workflows/build-assets.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/build-assets.yml b/.github/workflows/build-assets.yml index 69fe87cdce4..57af4e82fb6 100644 --- a/.github/workflows/build-assets.yml +++ b/.github/workflows/build-assets.yml @@ -87,6 +87,10 @@ jobs: strategy: matrix: include: + - os: ubuntu-24.04 + - os: ubuntu-24.04 + name: k8s + container: true - os: ubuntu-22.04 - os: ubuntu-22.04 name: k8s @@ -100,6 +104,10 @@ jobs: name: k8s container: true - os: rockylinux-8 + - os: ubuntu-24.04 + name: LN k8s + ln: true + container: true - os: ubuntu-22.04 name: LN k8s ln: true @@ -109,9 +117,15 @@ jobs: name: LN k8s ln: true container: true + - os: ubuntu-24.04 + name: LN + ln: true - os: ubuntu-22.04 name: LN ln: true + - os: ubuntu-24.04 + name: Enterprise + ee: true - os: ubuntu-22.04 name: Enterprise ee: true