mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-09 11:21:58 +01:00
.github/workflows: Update the kernel release edge version to 5.7
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
This commit is contained in:
parent
faf94bbe20
commit
39b5c5d2e0
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Fetch latest Kernel release
|
||||
id: fetch-latest-release
|
||||
env:
|
||||
KV_EDGE: 5.6
|
||||
KV_EDGE: 5.7
|
||||
run: |
|
||||
git clone --depth=1 --no-checkout https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux
|
||||
versionEdge=$(git -C linux ls-remote --tags origin | cut -f2 | sed -n "/refs\/tags\/v${KV_EDGE}.[0-9]*$/s/^refs\/tags\/v//p" | sort -ruV | head -1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user