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