maruos / blueprints

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

docker: Add dockerfile for aarch64 and armhf #20

Closed utzcoz closed 4 years ago

utzcoz commented 4 years ago

We try to use a docker file to build different architecture rootfs with the same compile toolchain before, but it doesn't work. So we split the docker file based on the architecutre to solve this problem.

I test it with arm64 version rootfs for marlin, and it works fine. @pdsouza Maybe it needs your help to test armhf. Thanks.