From c91bf26f70a79defbd224b9347e6d8a87fdcf39e Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Fri, 5 Dec 2014 15:40:28 -0800 Subject: [PATCH] New 'get-machine' architecture: os.windows.x86_32 --- tools/commands.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/commands.js b/tools/commands.js index a812ee1153..fab3c3462a 100644 --- a/tools/commands.js +++ b/tools/commands.js @@ -35,7 +35,8 @@ var VALID_ARCHITECTURES = { "os.osx.x86_64": true, "os.linux.x86_64": true, "os.linux.x86_32": true, - "os.windows.x86_64": true + "os.windows.x86_64": true, + "os.windows.x86_32": true }; // Given a site name passed on the command line (eg, 'mysite'), return