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

Commit

Permalink
Add 5.18.8 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Sfinx committed Jun 29, 2022
1 parent cff1eba commit 20c062b
Show file tree
Hide file tree
Showing 6 changed files with 15,965 additions and 4 deletions.
4 changes: 2 additions & 2 deletions images/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ 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.254 4.19.215 5.4.157 5.10.77 5.14.16 # If you update this, please keep the .github/workflows/release-kernel-images.yml matrix up to date
KERNEL_VERSIONS ?= 4.14.254 4.19.215 5.4.157 5.10.77 5.14.16 5.18.8 # If you update this, please keep the .github/workflows/release-kernel-images.yml matrix up to date
GOARCH?=amd64
GOARCH_LIST = amd64 arm64

ifeq ($(GOARCH),amd64)
KERNEL_ARCH=x86
KERNEL_ARCH=x86_64
VMLINUX_PATH=vmlinux
endif
ifeq ($(GOARCH),arm64)
Expand Down
4 changes: 2 additions & 2 deletions images/kernel/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:18.04 AS builder
FROM ubuntu:22.04 AS builder

ARG GCC_VERSION="gcc-7"
ARG GCC_VERSION="gcc-12"

# Install dependencies
RUN apt-get update -y && \
Expand Down
Loading

0 comments on commit 20c062b

Please sign in to comment.