Skip to content

Commit 4cd78ec

Browse files
committed
ubuntu24.04 precompile image support
Signed-off-by: shiva kumar <[email protected]>
1 parent a5b1bbc commit 4cd78ec

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/precompiled.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
5555
5656
# get ubuntu distributions
57-
DIST=("ubuntu22.04" "ubuntu24.04")
57+
# DIST=("ubuntu22.04" "ubuntu24.04")
58+
DIST=("ubuntu22.04")
5859
dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
5960
echo "dist=$dist_json" >> $GITHUB_OUTPUT
6061
@@ -273,12 +274,12 @@ jobs:
273274
274275
# step added to skip azure e2e tests and publish the image
275276
# FIXME -- remove step once azure kernel upgrade starts working
276-
- name: Skip azure e2e
277-
run: |
278-
if [[ "${KERNEL_VERSION}" == *-azure ]]; then
279-
echo "e2e test for azure flavor skipped, as kernel upgrade AWS => azure is not supported"
280-
exit 0
281-
fi
277+
# - name: Skip azure e2e
278+
# run: |
279+
# if [[ "${KERNEL_VERSION}" == *-azure ]]; then
280+
# echo "e2e test for azure flavor skipped, as kernel upgrade AWS => azure is not supported"
281+
# exit 0
282+
# fi
282283

283284
- name: Install GitHub CLI
284285
run: |

0 commit comments

Comments
 (0)