fix arm/aarch64 builds. #13
Loading…
Reference in New Issue
No description provided.
Delete Branch "NycuRO/server:fix-arm-aarch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to build images on arm/aarch64 specific you need more settings (at least on MacOS M chips).
Maybe a good idea will be to have two different branches and 2 different releases.
We could very well still use ninja as a build system for x86, and therefore have them on a single branch. The additional packages don't translate into additional image size, as the Dockerfile uses multi-stage builds and only the binaries get copied into the final image.