From 566be32dfdbbc09c1e401fb6d1f42c015c936b56 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Wed, 22 Apr 2020 13:15:29 +0200 Subject: [PATCH] .github: update Kernel version to 5.4 for Alpha Now that Kernel was updated to 5.4 in flatcar-master-alpha, we need to update also Kernel versions for Alpha in Github actions. --- .../.github/workflows/kernel-releases-alpha.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-alpha.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-alpha.yml index 0d56f5dcb2..e70e3afa5b 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-alpha.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-alpha.yml @@ -13,7 +13,7 @@ jobs: - name: Fetch latest Kernel release id: fetch-latest-release env: - KV_ALPHA: 4.19 + KV_ALPHA: 5.4 run: | git clone --depth=1 --no-checkout https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux versionAlpha=$(git -C linux ls-remote --tags origin | cut -f2 | sed -n "/refs\/tags\/v${KV_ALPHA}.[0-9]*$/s/^refs\/tags\/v//p" | sort -ruV | head -1) @@ -29,7 +29,7 @@ jobs: id: apply-patch-alpha env: BASE_BRANCH: ${{ steps.fetch-latest-release.outputs.BASE_BRANCH_ALPHA }} - KERNEL_VERSION: 4.19 + KERNEL_VERSION: 5.4 PATH: ${{ steps.setup-flatcar-sdk.outputs.path }} VERSION_NEW: ${{ steps.fetch-latest-release.outputs.VERSION_ALPHA }} run: .github/workflows/kernel-apply-patch.sh