diff --git a/.github/workflows/ci-precompiled.yaml b/.github/workflows/ci-precompiled.yaml index e5d76400..3dd6b370 100644 --- a/.github/workflows/ci-precompiled.yaml +++ b/.github/workflows/ci-precompiled.yaml @@ -64,8 +64,8 @@ jobs: export PRIVATE_REGISTRY="ghcr.io" DRIVER_VERSIONS=$(grep '^DRIVER_VERSIONS ?=' versions.mk | awk -F' ?= ' '{print $2}') # currently azure image upgrade is failing - # KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle") - KERNEL_FLAVORS=("aws" "generic" "nvidia" "oracle") + KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle") + #KERNEL_FLAVORS=("aws" "generic" "nvidia" "oracle") echo "matrix_values_not_empty=0" >> $GITHUB_OUTPUT kernel_versions=() for KERNEL_FLAVOR in "${KERNEL_FLAVORS[@]}"; do