Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Netbird VPN #53

Open
nazarewk opened this issue Sep 17, 2024 · 2 comments
Open

Support Netbird VPN #53

nazarewk opened this issue Sep 17, 2024 · 2 comments

Comments

@nazarewk
Copy link

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

@wj-xiao
Copy link
Collaborator

wj-xiao commented Sep 18, 2024

If the app has a RISC-V version, simply download and run it.
Treat NanoKVM as a RISC-V Linux distribution.

@matu6968
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants