mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
.github: Update KV_MAIN to 5.8
This commit is contained in:
parent
36cf4b16e9
commit
fddbd9defe
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Fetch latest Kernel release
|
||||
id: fetch-latest-release
|
||||
env:
|
||||
KV_MAIN: 5.4
|
||||
KV_MAIN: 5.8
|
||||
run: |
|
||||
git clone --depth=1 --no-checkout https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux
|
||||
versionMain=$(git -C linux ls-remote --tags origin | cut -f2 | sed -n "/refs\/tags\/v${KV_MAIN}.[0-9]*$/s/^refs\/tags\/v//p" | sort -ruV | head -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user