-
Notifications
You must be signed in to change notification settings - Fork 174
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
Provide pre built binaries #162
Comments
Hi, @ShivamJoker! |
At least we can do for the latest version of mosquitto and we can use GitHub actions as well to automatically compile it. |
That sounds like something I'd be more willing to maintain, but I haven't played with github actions yet. Want to take a shot at it and open a PR? |
Sure, I can give it a try but I may need bit of guidance. Will it directly work if I just compile and get the goauth.so file ? |
Thanks!
I'm not entirely sure what you mean by that. |
I mean the steps you have provided in readme for building the plugin with mosquitto. What do I need to do after that ? |
I don't know if there's an automated way to release binaries based on GitHub actions builds, I'll have to look that up. |
@iegomez I am asking is the goauth.so file we need to make this plugin work with mosquitto ? |
Yeah, |
@ShivamJoker any updates on this? Let me know if I can close it otherwise. Cheers! |
Hey sorry I got caught up but I'll definitely try this week |
What I am thinking is we already have an image on dockerhub and we are publishing it on every release What we can do is run the container with the image and copy the goauth.so file and publish it to github releases. I also don't have much experience with the workflows if @arctic-alpaca can help it would be great. |
I can't currently help much with this sorry. A first step could be to document how to get the I'm not sure whether this is relevant. Are there differences in the resulting |
I'm closing this for now, feel free to reopen it if there are any updates. |
Hey, it will be great if we can use pre built binaries with mosquitto or we can try compiling both in one package if it won't work independently.
The text was updated successfully, but these errors were encountered: