docker image for arm64

Does anyone have a docker image for arm64? I’ve been trying to compile on my rpi4, but I get to a point where it can’t find context in lib_boost.

I know it’s possible to build Manticore on Raspberry Pi. @alexey should be able to provide more info how to do it.

@warpsearch you can find the dockerfiles that work on rpi4 here https://github.com/manticoresoftware/manticoresearch/tree/master/dist/build_dockers/aarch64

Look at build.sh as a high level instruction of dealing with the underlying Dockerfiles.

Thank you, just what I needed! I got it working!!