From 5633d95bbe4655bcc03e3a06932ab2c2a81b7347 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 4 Feb 2022 11:55:21 +0100 Subject: [PATCH] Stop v5.15.x builds This change finalizes the v5.15.x builds since official builds from Proxmox for v5.15.x are already available. --- .github/workflows/watch.yml | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/watch.yml b/.github/workflows/watch.yml index 5b708d6..42fadda 100644 --- a/.github/workflows/watch.yml +++ b/.github/workflows/watch.yml @@ -11,7 +11,7 @@ jobs: runs-on: [ubuntu-latest] strategy: matrix: - branch: ['v5.15.x', 'v5.16.x'] + branch: ['v5.16.x'] steps: - name: Checkout Sources uses: actions/checkout@v2 diff --git a/README.md b/README.md index b67919a..26bc355 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ Custom Linux kernels for Proxmox VE. #### Available Versions 1. Linux 5.16 -2. Linux 5.15 -3. Linux 5.14 **[EOL]** Older builds are still available at the [Releases](https://github.com/fabianishere/pve-edge-kernel/releases) page.