maruos / blueprints

Container builder for Maru OS.
Apache License 2.0
15 stars 12 forks source link

Build mclient from source to support alternate architectures #5

Closed pdsouza closed 7 years ago

pdsouza commented 7 years ago

Right now, we only have a 32-bit armhf mclient binary.

Ideally, we ne need to build this from source depending on the target architecture so this scales to other architectures easily.

This is especially needed to support arm64 ports due to issues with 64-bit mflinger and 32-bit mclient communication.

pdsouza commented 7 years ago

mclient is now shipped as a proper .deb package and builds are available for armhf and arm64. More architectures can be added as needed. The proper binary package for supported architectures is now pulled at build time as of: https://github.com/maruos/blueprints/commit/a72e2c1b8d4ac47c550f7a1fb4e79b30cc8eb9d4.