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.
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
versionrootfs
formarlin
, and it works fine. @pdsouza Maybe it needs your help to testarmhf
. Thanks.