init
All checks were successful
/ build (push) Successful in 43s

This commit is contained in:
Adrien Beaudouin 2025-06-06 19:41:28 +02:00
parent 7f197dc07a
commit 69d38f64f3

View File

@ -118,7 +118,7 @@ ARG VERSION=6.12.21
WORKDIR /source
RUN wget https://cdn.kernel.org/pub/linux/kernel/v${VERSION}.tar.xz -O linux.tar.xz
RUN wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${VERSION}.tar.xz -O linux.tar.xz
RUN tar -xJf linux.tar.xz --strip-components=1