Stop building Linux 5.10
This change stops the Linux 5.10 release branch for this repository. Proxmox has currently moved on to Linux 5.11, so this Linux 5.10 cannot really be considered "edge" anymore. In case you need a long-term support kernel, I recommend moving back to the stock Proxmox kernel.
This commit is contained in:
parent
0d77a5efea
commit
4c6ae4f5fc
2 changed files with 1 additions and 3 deletions
2
.github/workflows/watch.yml
vendored
2
.github/workflows/watch.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: [ubuntu-latest]
|
||||
strategy:
|
||||
matrix:
|
||||
branch: ['v5.10.x', 'v5.14.x']
|
||||
branch: ['v5.14.x']
|
||||
steps:
|
||||
- name: Checkout Sources
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
@ -5,8 +5,6 @@ Custom Linux kernels for Proxmox VE 6.
|
|||
1. Linux 5.14 (Stable)
|
||||
1. Linux 5.13 (Stable) [EOL]
|
||||
1. Linux 5.12 (Stable) [EOL]
|
||||
1. Linux 5.11 (Stable) [EOL]
|
||||
1. Linux 5.10 (Long-term)
|
||||
|
||||
#### Flavors
|
||||
1. Proxmox
|
||||
|
|
Loading…
Reference in a new issue