fractal-code / meteor-azure

Automate Meteor deployments on Azure App Service
MIT License
67 stars 20 forks source link

Invalid architecture #73

Closed Evert-jvv closed 4 years ago

Evert-jvv commented 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