Skip to content

Commit 881ed01

Browse files
committed
ubuntu24.04 ci pipeline fix
Signed-off-by: shiva kumar <[email protected]>
1 parent 71a8b59 commit 881ed01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/precompiled.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,16 @@ jobs:
5252
5353
# get kernel flavors
5454
# KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
55-
KERNEL_FLAVORS=("azure" "generic" "nvidia" "oracle")
55+
# KERNEL_FLAVORS=("azure" "generic" "nvidia" "oracle")
5656
# KERNEL_FLAVORS=("aws")
57+
KERNEL_FLAVORS=("generic")
5758
kernel_flavors_json=$(printf '%s\n' "${KERNEL_FLAVORS[@]}" | jq -R . | jq -cs .)
5859
echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
5960
6061
# get ubuntu distributions
61-
DIST=("ubuntu22.04" "ubuntu24.04")
62+
# DIST=("ubuntu22.04" "ubuntu24.04")
6263
# DIST=("ubuntu22.04")
63-
# DIST=("ubuntu24.04")
64+
DIST=("ubuntu24.04")
6465
dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
6566
echo "dist=$dist_json" >> $GITHUB_OUTPUT
6667

0 commit comments

Comments
 (0)