Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…pensearch-project#4657 for KNN to use CentOS7 in 2.14.0

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Apr 30, 2024
1 parent 68c266e commit a5cb681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-ci-image-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
TYPE=${{ inputs.type }}
if [[ -z "$PLATFORM" ]]; then
if [[ "$PRODUCT" = "opensearch" ]]; then
PLATFORM="almalinux8" # Temp measure before centos7 deprecation on opensearch for k-NN
PLATFORM="centos7" # Temp measure before centos7 deprecation on opensearch for k-NN
else
PLATFORM="almalinux8"
fi
Expand Down

0 comments on commit a5cb681

Please sign in to comment.