Don't check build version for arm target

This commit is contained in:
Cheng Zhao 2015-07-03 09:01:16 +00:00
parent dadd34249a
commit d158dbdb68

View file

@ -106,7 +106,7 @@ def parse_args():
def get_atom_shell_build_version():
if os.environ.has_key('CI'):
if get_target_arch() == 'arm' or os.environ.has_key('CI'):
# In CI we just build as told.
return ATOM_SHELL_VERSION
if PLATFORM == 'darwin':