Skip to content

Commit 4756cf4

Browse files
committed
ubuntu24.04 ci pipeline fix
Signed-off-by: shiva kumar <[email protected]>
1 parent 8c98dd4 commit 4756cf4

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
@@ -53,15 +53,15 @@ jobs:
5353
# get kernel flavors
5454
# KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
5555
# KERNEL_FLAVORS=("azure" "generic" "nvidia" "oracle")
56-
# KERNEL_FLAVORS=("aws")
57-
KERNEL_FLAVORS=("generic")
56+
KERNEL_FLAVORS=("aws")
57+
# KERNEL_FLAVORS=("generic")
5858
kernel_flavors_json=$(printf '%s\n' "${KERNEL_FLAVORS[@]}" | jq -R . | jq -cs .)
5959
echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
6060
6161
# get ubuntu distributions
6262
# DIST=("ubuntu22.04" "ubuntu24.04")
63-
# DIST=("ubuntu22.04")
64-
DIST=("ubuntu24.04")
63+
DIST=("ubuntu22.04")
64+
# DIST=("ubuntu24.04")
6565
dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
6666
echo "dist=$dist_json" >> $GITHUB_OUTPUT
6767

0 commit comments

Comments
 (0)