dmtrKovalenko / odiff

The fastest pixel-by-pixel image visual difference tool in the world.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Darwin arm64

n7olkachev opened this issue · comments

Could you provide darwin arm64 build?

Unfortunately no :(
it is so expensive

Dockerfile or some instructions on how to compile it?

Docker is capable of multiarch builds so it is the easiest solution.

OCaml cannot cross compilation, and there is no darwin arm OS provided by azure pipelines :(

You don't need ocaml to be capable of cross compilation. You can run docker build with another arch via 'docker build --platform' or 'docker buildx'.

Try to describe your build process in a Dockerfile. There is a good chance that it will work for arm architecture. I can help you with CI/CD part, but I can't do it without knowledge of how to build your project.

As you know, arm architecture is used by M1 macs, so you will need to find a solution for this problem eventually.