File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 BASE_TARGET : ${{ steps.vars.outputs.BASE_TARGET }}
118118 LTS_KERNEL : ${{ steps.vars.outputs.LTS_KERNEL }}
119119 run : |
120- make DRIVER_BRANCH=${{ matrix.driver_branch }} KERNEL_FLAVOR=${{ matrix.flavor }} build-base-${BASE_TARGET}
120+ make DRIVER_BRANCH=${{ matrix.driver_branch }} KERNEL_FLAVOR=${{ matrix.flavor }} LTS_KERNEL=${LTS_KERNEL} build-base-${BASE_TARGET}
121121
122122 trap "docker rm -f base-${BASE_TARGET}-${{ matrix.flavor }}" EXIT
123123 docker run -d --name base-${BASE_TARGET}-${{ matrix.flavor }} ghcr.io/nvidia/driver:base-${BASE_TARGET}-${{ matrix.flavor }}-${{ matrix.driver_branch }}
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ $(BASE_BUILD_TARGETS):
210210 --build-arg GOLANG_VERSION=" $( GOLANG_VERSION) " \
211211 --build-arg DRIVER_BRANCH=" $( DRIVER_BRANCH) " \
212212 --build-arg KERNEL_FLAVOR=" $( KERNEL_FLAVOR) " \
213+ --build-arg LTS_KERNEL=" $( LTS_KERNEL) " \
213214 --file $(DOCKERFILE ) \
214215 $(CURDIR ) /base
215216
You can’t perform that action at this time.
0 commit comments