in kernel build, have ARG in correct place to be usable

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2024-03-03 10:10:46 +02:00
parent 10e6d57505
commit a40251bf14
2 changed files with 2 additions and 1 deletions

View File

@@ -178,8 +178,8 @@ RUN DVER=$(basename $(find /tmp/kernel-modules/lib/modules/ -mindepth 1 -maxdept
RUN printf "${BUILD_IMAGE}" > /out/kernel-builder
ARG BUILD_IMAGE
FROM scratch
ARG BUILD_IMAGE
ENTRYPOINT []
CMD []
WORKDIR /