-
Notifications
You must be signed in to change notification settings - Fork 28
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
Windows binary support #34
Comments
thats true, i can try to add it. |
@lukebelbina We intially supported Windows binaries before rewriting the project to Rust + Pingora for better networking features. We planned to add it back, but just didn't do that yet. @Propfend Thanks a lot. :) |
Awesome sounds good. Any idea on the ETA? No rush on my end, I have a spare windows gaming machine lying around I'd like to throw into my cluster. |
whats "ETA"? |
Estimated time of arrival/estimated time on how long it will take to finish the task. We need to reconfigure the GitHub workflow and add some cross-compile scripts to generate downloadable You can also try compiling the project on your own in the meantime - you only need Rust (and Node if you need the web dashboard). Just cloning the repo and running If you need the web dashboard, then you first need to create front-end assets with this: Lines 29 to 48 in 9eb79e3
Then |
Yes, and the cross compiling to MacOS is really a pain, its toolchain is not provided, so we just cant include this OS as target on the workflow. And what we have are some very hard workarounds like |
On the readme it says there are windows binaries on the releases but I noticed after 1.0 there are no longer windows binaries.
Do you know if this is a mistake or have you dropped support for deploying windows binaries?
Thanks for all the work!
The text was updated successfully, but these errors were encountered: