-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
watcher-ts container doesn't build on arm #561
Comments
similar to cerc-io/watcher-ts#420, which i fixed by editing the file. |
but see this comment:nodejs/node-gyp#2219 (comment)
|
can we use alpine 3.17 based image (which still uses python 3.10) instead of alpine 3.18 or does that cause other problems? editing the watcher-ts Dockerfile to |
Sounds like a plan. Although we should avoid alpine in general. That's a bigger discussion though. |
Build fails trying to run gyp to compile some native dependency. Usually this happens because there was a pre-built x86 binary that is used and the gyp build is therefore never run, and there's some bug in the gyp build process. The bug is never exercised because on x86 the pre-built binary is fetched.
Tail of the log:
The text was updated successfully, but these errors were encountered: