From 157923bbbe35d12477faf00aca8e85c32b9407c9 Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Fri, 14 Feb 2025 16:03:00 +0900 Subject: [PATCH] Add Polaris and Unity to skipped_images --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9705de8f..329142a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,6 +70,8 @@ jobs: fi skipped_images=( testing/almalinux9-oj17-openldap-base + testing/polaris-catalog + testing/unity-catalog ) single_arch=( testing/hdp3.1-hive @@ -89,7 +91,6 @@ jobs: testing/spark3-delta testing/spark3-iceberg testing/spark3-hudi - testing/polaris-catalog ) referenced_images=("${skipped_images[@]}" "${single_arch[@]}" "${multi_arch[@]}") make meta