switch kernel builds to linuxkit pkg build for simplicity

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2024-02-28 15:55:28 +02:00
parent 7e45f8ef2e
commit 000b6f4bb1
10 changed files with 60 additions and 94 deletions

View File

@@ -1,7 +1,6 @@
ARG IMAGE
ARG BUILD_IMAGE
FROM ${IMAGE} as ksrc
FROM ${KERNEL_VERSION}-${HASH} as ksrc
FROM ${BUILD_IMAGE} AS build
RUN apk update && apk upgrade -a && \