actually, the ristretto/z/buffer.go has no problem;
i think it maybe casused by cgo, so i make dgraph with CGO_ENABLED=1,
this time, it works well; but when i copy the dgraph binary to docker container, it can’t work,
get faults:
sh: ./dgraph: not found
why?dgraph cannot compile with CGO_ENABLED=0? or i cannot use my own docker image, my docker image is alpine:3.11
Is there document about how to compile dgraph by self?i’m not found
Do note that not found is also the error you get in a Linux shell when it tries to execute a binary compiled for a different and unsupported architecture.