Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Support for Linux LTS kernel 5.10.x #804

Merged
merged 2 commits into from
Mar 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-kernel-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 4.14.223, 4.19.178, 5.4.102 ]
version: [ 4.14.223, 4.19.178, 5.4.102, 5.10.21 ]
env:
KERNEL_VERSIONS: ${{ matrix.version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion images/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ REGISTRY?=weaveworks
IMAGE_NAME?=${REGISTRY}/ignite-kernel
KERNEL_BUILDER_NAME=${REGISTRY}/ignite-kernel-builder
# Check https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/refs/ for updates
KERNEL_VERSIONS ?= 4.14.223 4.19.178 5.4.102 # If you update this, please keep the .github/workflows/release-kernel-images.yml matrix up to date
KERNEL_VERSIONS ?= 4.14.223 4.19.178 5.4.102, 5.10.21 # If you update this, please keep the .github/workflows/release-kernel-images.yml matrix up to date
GOARCH?=amd64
GOARCH_LIST = amd64 arm64

Expand Down
Loading