From 687b93e9b0c3b2b0a78bda57eb2d909dd30718af Mon Sep 17 00:00:00 2001 From: Elinor Montmasson Date: Wed, 1 Jul 2026 12:15:40 +0200 Subject: [PATCH] workflows: add kiwi-description repository to build SEAPATH SLES images Signed-off-by: Elinor Montmasson --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index e7c2f26..8c000ad 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - repository: [yocto-bsp, build_debian_iso, seapath-installer] + repository: [yocto-bsp, build_debian_iso, kiwi-descriptions, seapath-installer] # If one repository fails to build, no need to continue running this # workflow since the installer won't be complete anyway. # Would be interesting to also stop the other dispatched build workflows