From 0f4f3938849894c550bcfedd7778a3c3722dd45c Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Wed, 1 Apr 2020 07:55:14 +0200 Subject: [PATCH] .github: update Kernel to 5.6 for Edge Upgrade the base Kernel version from 5.5 to 5.6 for the Edge channel. --- .../coreos-overlay/.github/workflows/kernel-releases-edge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-edge.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-edge.yml index 819c6aaa21..4ba3768415 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-edge.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-edge.yml @@ -13,7 +13,7 @@ jobs: - name: Fetch latest Kernel release id: fetch-latest-release env: - KV_EDGE: 5.5 + KV_EDGE: 5.6 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) @@ -29,7 +29,7 @@ jobs: id: apply-patch-edge env: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_EDGE }} - KERNEL_VERSION: 5.5 + KERNEL_VERSION: 5.6 PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_EDGE }} run: .github/workflows/kernel-apply-patch.sh