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

Commit

Permalink
Merge pull request #804 from gaby/kernel-5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthybox authored Mar 10, 2021
2 parents 59b93df + 03a8584 commit 5c46d76
Show file tree
Hide file tree
Showing 6 changed files with 15,304 additions and 2 deletions.
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

0 comments on commit 5c46d76

Please sign in to comment.