From 074527b868ba3b61f93241e8e1e9d72f7e7be12c Mon Sep 17 00:00:00 2001 From: Brian Vanderbusch Date: Wed, 6 Nov 2024 08:37:00 -0600 Subject: [PATCH] enable remote proxy downloads of router binary --- scripts/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index a542864a9a8..135effdc7e5 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -6,8 +6,7 @@ # set -u - -BINARY_DOWNLOAD_PREFIX="https://github.com/apollographql/router/releases/download" +BINARY_DOWNLOAD_PREFIX="${APOLLO_ROUTER_DOWNLOAD_REMOTE:="https://github.com/apollographql/router/releases/download"}" # Router version defined in apollo-router's Cargo.toml # Note: Change this line manually during the release steps.