wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.7k stars 1.13k forks source link

Is arm64 supported for the docker image? #2102

Closed JorgeN118 closed 2 weeks ago

JorgeN118 commented 2 weeks ago

Describe the bug I built the image on my Apple M2 Pro - arm64. However, after some minutes of running the docker image locally, the container exits i.e crashes with SIGSEGV, at some random point. I guess this due to the fact that wasp does not support yet arm64 architecture. I also noticed that on fly.io there is no arm64 support yet

To Reproduce Steps to reproduce the behavior on a Mac M2:

  1. wasp build
  2. docker build ... # I build it using arm64 architecture

Desktop (please complete the following information):

Martinsos commented 2 weeks ago

@JorgeN118 pls check out #2003 -> if I remember correctly, we at some determined that our default Dockerfile doesn't work for ARM, and haven't yet got to improving that.

I am closing this one at the moment as the duplicate of #2003 , but please provide any additional info there and take a look if anythign from there might help!