Deploy error with Modulus CLI v5.0.0

I get the following error when I’m calling “modulus deploy” on v5.0.0:

Meteor project detected…
WARNING: The output directory is under your source tree.
Errors prevented bundling:
While linking the program:
error: npm-container is not compatible with architecture 'os.linux.x86_64’
undefined
[Error] Error: Conversion failed.

When I revert to v4.0.0, the deploy works fine. I’m deploying a meteor application. I emailed modulus support but typically don’t receive a response for a few days up to a week. In the meantime, has anyone else run into this issue?

I just experienced the same problem. I was on 2.3.x and hadn’t bothered to update for a while. I downgraded to 4.0.2 to get past it for now—thanks for the tip.

The top of the error stack trace I got referred to a PNG file in my /public folder that’s been gone for a long time.

Perhaps it’s looking at an older commit? I have no idea.

I’m still on 4.0.2 as well since modulus still hasn’t fixed the issue for newer versions.