mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove os.windows.x86_64 from list of valid archs
This commit is contained in:
committed by
Slava Kim
parent
0b4993ade1
commit
ffe1353c55
@@ -36,7 +36,6 @@ 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_32": true
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user