From 9e25f1aad42139e887aa3e540ac0b964c4fccb95 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Fri, 9 May 2025 15:45:27 +0200 Subject: [PATCH] force x64 --- .github/workflows/cloud-extensions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-extensions.yml b/.github/workflows/cloud-extensions.yml index 17468d55fe..d4de616895 100644 --- a/.github/workflows/cloud-extensions.yml +++ b/.github/workflows/cloud-extensions.yml @@ -61,7 +61,7 @@ jobs: ULID=pgx_ulid fi LIBS=timescaledb:rag_bge_small_en_v15,rag_jina_reranker_v1_tiny_en:$ULID - settings=$(jq -c -n --arg libs $LIBS '{preload_libraries:{use_defaults:false,enabled_libraries:($libs| split(":"))}}') + settings=$(jq -c -n --arg libs $LIBS '{preload_libraries:{use_defaults:false,enabled_libraries:($libs| split(":"))}, compute_settings:{target_architecture:"x64"}}') echo settings=$settings >> $GITHUB_OUTPUT - name: Create Neon Project