Skip to content

Commit

Permalink
Dropping el8stream builds
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
michalskrivanek authored and sandrobonazzola committed Jun 5, 2024
1 parent c2e7d00 commit 2b57f2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}"]
Expand Down

0 comments on commit 2b57f2f

Please sign in to comment.