Couchbase Lite on arm devices

Hi,

We did try to build it from source, pull from github directly on the device, both master and release/1.2.0 as well as release/1.2.1 all of which failed. We used the default scripts, but errors occurred, and the failures happens within submodule couchbase-lite-java-native, https://github.com/couchbase/couchbase-lite-java-native, which doesn’t specify support for ARM. In fact, it fails because it tries to build for Linux amd64.
You say several others have already built it from source, could you please tell how they did it? Obviously the build scripts are not setup for it, and the README/wiki does not say how to build it. I tried tweaking with platform specific compiler options, but that didn’t help.

Would appreciate help with this.

Thanks