Getting Cells working on Raspberry Pi

Hello,

It’s possible if you use an arm64, that will require you to build a Cells binary using the following,
(Assuming that you are inside the github.com/pydio/cells folder:

env GOOS=linux GOARCH=arm64 make main CELLS_VERSION=x.x

(that is if you build on another machine, if you are going to install go inside your raspberry then you can omit the env GOOS, GOARCH)

It all depends on your Raspberry, unfortunately, it will not for 32bits system.