From 281973f2c819cd8dcca2b10c0637091ffdcff2c3 Mon Sep 17 00:00:00 2001 From: Kelsey T Schubert Date: Thu, 23 Jan 2020 22:10:42 +0000 Subject: SERVER-45700 Fix windows push_arch following rename --- etc/evergreen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 2f87c6b85b9..c2ef9a260ec 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -9280,7 +9280,7 @@ buildvariants: push_path: windows push_bucket: downloads.10gen.com push_name: windows - push_arch: x86-enterprise + push_arch: x86_64-enterprise tasks: - name: compile_TG requires: @@ -9437,7 +9437,7 @@ buildvariants: push_path: windows push_bucket: downloads.mongodb.org push_name: windows - push_arch: x64 + push_arch: x86_64 multiversion_platform: windows_x86_64-2008plus-ssl multiversion_platform_42_or_later: windows_x86_64-2012plus msi_target: msi -- cgit v1.2.1