Closed khasim closed 5 years ago
Hello, can some one kindly review the PR ? Is there any better way to achieve this ? I mean support for ARMv8 ? I tried to add delta packages on top of slim base image but that doesn't fetch packages like Python etc for ARMv8.
This is not the right approach. I shall follow-up with a PR to superseded this.
Please close it for now.
Submitted #60 to supersede this PR.
@khasim (or one of the project maintainers) could you please close this?
Could someone please close this PR?
Yes. I will close this. See the currently working approach to build here:
https://github.com/RocketChat/Rocket.Chat.Embedded.arm64/tree/develop/docker
Why have you created a new project instead of making this one multi-arch?
While trying to build Rocket.chat for ARM64 we found the Fibers package missing. There is a pre-built Fibers package for x64, but it has to be built from source on arm64. However, the build fails with -slim node image from which some tools like python are missing.
Therefore we request the Rocket.chat project switch to using the non slim version of node image.
The issue was reported earlier here : RocketChat#48