Skip to content

Commit 6be9029

Browse files
committed
Update comment to reflect difference from previous build process
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 50103d2 commit 6be9029

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/docker/linux_headers_image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ RUN make ARCH=${ARCH} -j $(nproc) bindeb-pkg LOCALVERSION=-pl
6161

6262
# Extract headers into a tarball
6363
WORKDIR /px
64-
# Linux 6.3 and later name the resulting package differently (there is no additional -pl suffix)
64+
# Unlike the bionic container build, Linux 6.3 and later name the resulting package without the additional -pl suffix.
65+
# This difference stems from changes in the Linux build process itself, not from any modifications on our end.
6566
RUN DEB_ARCH=$(echo ${ARCH} | sed 's/x86_64/amd64/g'); dpkg -x src/linux-headers-${KERN_VERSION}-pl_${KERN_VERSION}-1_${DEB_ARCH}.deb .
6667

6768
# Remove broken symlinks

0 commit comments

Comments
 (0)