Closed abosaad11 closed 1 year ago
Hi @abosaad11 we are adding back versions for old ARM in the next release, take a look at the current alpha release and give that a go.
Hi @abosaad11 we are adding back versions for old ARM in the next release, take a look at the current alpha release and give that a go.
Thank you the deb arm package works! Please continue supporting arm there are a bunch of us :)
Hello
I really need an armhf binary and I can't compile. To start I tried compiling just as the instructions say (on a 64bit raspberry pi), which should output an arm64 binary but I'm still failing. I installed nix, protobuf tools and go and then I edited the makefile to include:
nix build --extra-experimental-features nix-command --extra-experimental-features flakes
instead of
nix build
but it results in an error:
See the log:
Now all this is while trying to use nix build. Here are my questions:
Thank you