diff --git a/.common-ci.yml b/.common-ci.yml index fbaed745..8d22fdc4 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -85,7 +85,7 @@ trigger-pipeline: .driver-versions-precompiled-ubuntu22.04: parallel: matrix: - - DRIVER_BRANCH: [535, 550] + - DRIVER_BRANCH: [535, 550, 560] KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle] # Define the distribution targets diff --git a/.github/workflows/precompiled.yaml b/.github/workflows/precompiled.yaml index 769ce505..d6888d7d 100644 --- a/.github/workflows/precompiled.yaml +++ b/.github/workflows/precompiled.yaml @@ -43,7 +43,7 @@ jobs: echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT # get ubuntu distributions - DIST=("ubuntu22.04") + DIST=("ubuntu22.04", "ubuntu24.04") dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .) echo "dist=$dist_json" >> $GITHUB_OUTPUT