Prepare branch for Linux 5.10
This commit is contained in:
parent
6c91c1d6a7
commit
987863392a
2 changed files with 3 additions and 2 deletions
4
.github/workflows/watch.yml
vendored
4
.github/workflows/watch.yml
vendored
|
@ -3,7 +3,7 @@ name: Kernel Watch
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 14 * * 1' # Every week
|
- cron: '0 12 * * *' # Every day
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: [ubuntu-latest]
|
runs-on: [ubuntu-latest]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: []
|
branch: ['v5.10.x']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Sources
|
- name: Checkout Sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
@ -6,6 +6,7 @@ Custom Linux kernels for Promox VE 6.
|
||||||
2. Linux 5.7 (EOL)
|
2. Linux 5.7 (EOL)
|
||||||
3. Linux 5.8 (EOL)
|
3. Linux 5.8 (EOL)
|
||||||
4. Linux 5.9 (EOL)
|
4. Linux 5.9 (EOL)
|
||||||
|
5. Linux 5.10
|
||||||
|
|
||||||
#### Flavors
|
#### Flavors
|
||||||
1. Proxmox
|
1. Proxmox
|
||||||
|
|
Loading…
Reference in a new issue