Skip to content

Commit e210571

Browse files
committed
ubuntu24.04 ci pipeline fix
Signed-off-by: shiva kumar <[email protected]>
1 parent 4893fd8 commit e210571

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/precompiled.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
run: |
4646
# get driver_branch
4747
# DRIVER_BRANCH=("535" "550" "565")
48-
# DRIVER_BRANCH=("535" "550")
49-
DRIVER_BRANCH=("535")
48+
DRIVER_BRANCH=("535" "550")
49+
# DRIVER_BRANCH=("535")
5050
driver_branch_json=$(printf '%s\n' "${DRIVER_BRANCH[@]}" | jq -R . | jq -cs .)
5151
echo "driver_branch=$driver_branch_json" >> $GITHUB_OUTPUT
5252
@@ -58,8 +58,8 @@ jobs:
5858
echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
5959
6060
# get ubuntu distributions
61-
# DIST=("ubuntu22.04" "ubuntu24.04")
62-
DIST=("ubuntu22.04")
61+
DIST=("ubuntu22.04" "ubuntu24.04")
62+
# DIST=("ubuntu22.04")
6363
# DIST=("ubuntu24.04")
6464
dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
6565
echo "dist=$dist_json" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)