Răsfoiți Sursa

Watch for Linux 5.17 updates

Fabian Mastenbroek 3 ani în urmă
părinte
comite
50be4895e2
2 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/watch.yml
  2. 1 0
      README.md

+ 1 - 1
.github/workflows/watch.yml

@@ -11,7 +11,7 @@ jobs:
     runs-on: [ubuntu-latest]
     strategy:
       matrix:
-        branch: ['v5.16.x']
+        branch: ['v5.16.x', 'v5.17.x']
     steps:
     - name: Checkout Sources
       uses: actions/checkout@v2

+ 1 - 0
README.md

@@ -2,6 +2,7 @@
 Custom Linux kernels for Proxmox VE.
 
 #### Available Versions
+1. Linux 5.17
 1. Linux 5.16
 
 Older builds are still available at the [Releases](https://github.com/fabianishere/pve-edge-kernel/releases) page.