From 2b57f2fb51542064bceddc47a4d937e191d7286c Mon Sep 17 00:00:00 2001 From: michalskrivanek Date: Wed, 5 Jun 2024 10:49:10 +0200 Subject: [PATCH] Dropping el8stream builds Since CentOS Stream 8 is now EOL and repos moved to vault the el8 build no longer works. Dropping it from configuration, but keeping the matrix structure so that it can be reintroduced (e.g. on stable RHEL clones or whatnot) --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02c43d6..a2f6803 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: set-kernel: strategy: matrix: - name: [el8, el9] + name: [el9] runs-on: [image-builders, "${{ matrix.name }}"] steps: - name: mount /host/modules @@ -47,8 +47,6 @@ jobs: fail-fast: false matrix: include: - - name: el8 - container-name: el8stream - name: el9 container-name: el9stream runs-on: [image-builders, "${{ matrix.name }}"]