You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the app has a RISC-V version, simply download and run it. Treat NanoKVM as a RISC-V Linux distribution.
Officially Netbird does not support RISC-V support, but golang does support cross compiling (with a few shell variables). To cross compile the client to RISC-V simply follow the Netbird client build instructions and add the following lines before CGO_ENABLED=0: env GOOS=linux GOARCH=riscv64 (adding env to the commands may not be needed)
It would be great to run Netbird on NanoKVM in addition to Tailscale and others.
Not sure what exactly is the process here, but I have created a RISC-V feature request
The text was updated successfully, but these errors were encountered: