Closed Evert-jvv closed 4 years ago
When I try to deploy my app I get he following error:
Invalid architecture: os.windows.x86_32 The following are valid Meteor architectures: os.osx.x86_64 os.linux.x86_64 os.windows.x86_64
It seems like since meteor 1.10, support for 32-bit architecture has been dropped: https://docs.meteor.com/changelog.html#v110120200312
Is there a way to change the target architecture when deploying?
EDIT: Solved by passing the -a --architecture option (seems to be missing from the documentation) e.g: meteor-azure --settings settings.json -a 64
-a --architecture
meteor-azure --settings settings.json -a 64
When I try to deploy my app I get he following error:
It seems like since meteor 1.10, support for 32-bit architecture has been dropped: https://docs.meteor.com/changelog.html#v110120200312
Is there a way to change the target architecture when deploying?
EDIT: Solved by passing the
-a --architecture
option (seems to be missing from the documentation) e.g:meteor-azure --settings settings.json -a 64