-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ubuntu24.04 precompile image support #152
Conversation
889faa3
to
3da86d9
Compare
b418b0e
to
e13c517
Compare
4ff0a56
to
ae1b88d
Compare
@shivakunv #124 has been merged. Please rebase off the latest main branch. |
3447b5f
to
a5d1911
Compare
2ac52e6
to
af89f33
Compare
dfdfd1b
to
9260c8f
Compare
4cd78ec
to
ad6a4f9
Compare
ad6a4f9
to
17818dc
Compare
8fb7f9d
to
ad111f3
Compare
ad111f3
to
5bb4eea
Compare
regctl image get-file ghcr.io/nvidia/driver:base-${BASE_TARGET}-${KERNEL_FLAVOR}-${DRIVER_BRANCH} /var/kernel_version.txt ./kernel_version.txt | ||
export $(grep -oP 'KERNEL_VERSION=[^ ]+' ./kernel_version.txt) | ||
regctl image get-file ghcr.io/nvidia/driver:base-${BASE_TARGET}-${KERNEL_FLAVOR}-${DRIVER_BRANCH} /var/kernel_version.txt ./kernel_version.txt 2>/dev/null || true | ||
if [[ -f ./kernel_version.txt && -s ./kernel_version.txt ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed offline, let's see if we can remove this conditional logic as we are building the base image in a previous step in this workflow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this require pushing of base image.
TODO: follow up added
Signed-off-by: shiva kumar <[email protected]>
5bb4eea
to
8cec607
Compare
skip_remaining removed for azure and exclude_matrix_values for azure kernel version added |
No description provided.