mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
New 'get-machine' architecture: os.windows.x86_32
This commit is contained in:
committed by
Sashko Stubailo
parent
1c6a11e243
commit
c91bf26f70
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user