Behind the Scenes – Docker & GitHub Actions
Hey everyone! Just pushed a big update to the Wunjo repositories on GitHub — both the open source and the private parts of the project.
Here's what's new behind the scenes:
🔹 Docker support for Linux and Windows of Wunjo now includes a Dockerfile, making it easy to build and run the project in an isolated environment. No more dependency headaches — just build the image and go with a single command. I'm also considering publishing a prebuilt image to Docker Hub (or GitHub Container Registry) to make things even more accessible — let me know if that’s something you'd find useful!
🔹 CI with GitHub Actions
Installers and libraries now build automatically when code is updated. No powerful machine needed — everything happens in the cloud and uploads straight to GitHub Releases or a server.
Installers and libraries now build automatically when code is updated. No powerful machine needed — everything happens in the cloud and uploads straight to GitHub Releases or a server.
🔹 Preparing for code signing
Soon, Wunjo installers will be digitally signed to make them more trusted and secure on your systems.
Soon, Wunjo installers will be digitally signed to make them more trusted and secure on your systems.
All of this is part of making the project more stable, transparent, and easier to use — both for devs and users.
news
devlog