Prepare branch for Linux 5.10

This commit is contained in:
Fabian Mastenbroek 2020-11-12 18:08:42 +01:00
parent 6c91c1d6a7
commit 987863392a
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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