Do you know if there is a version for 32 bits linux.
There are people over 70s who uses old hw.
If there is no a such version. Is it possible to make one and how?
1 Like
Here's the latest release for arm/v7 (hf): https://github.com/openziti/zrok/releases/download/v1.0.2/zrok_1.0.2_linux_armv7.tar.gz
If you have older hardware without a hardware FPU you may build for armel with these instructions: zrok/docker/images/cross-build/README.md at main · openziti/zrok · GitHub
Do you know whether it is possible or not for i686 (uname -m) ?
It depends on if the golang toolchain supports the target environment or not. It might be as simple as setting GOARCH=386
before building.
I don't think we have any plans to support older hardware like that. The building instructions are in the zrok repository: