File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments