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:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 14 * * 1' # Every week
|
||||
- cron: '0 12 * * *' # Every day
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: [ubuntu-latest]
|
||||
strategy:
|
||||
matrix:
|
||||
branch: []
|
||||
branch: ['v5.10.x']
|
||||
steps:
|
||||
- name: Checkout Sources
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
@ -6,6 +6,7 @@ Custom Linux kernels for Promox VE 6.
|
|||
2. Linux 5.7 (EOL)
|
||||
3. Linux 5.8 (EOL)
|
||||
4. Linux 5.9 (EOL)
|
||||
5. Linux 5.10
|
||||
|
||||
#### Flavors
|
||||
1. Proxmox
|
||||
|
|
Loading…
Reference in a new issue