Block a user
Implement CI/CD Pipeline
I’ve updated the release pipeline to build the Horus binaries via the hero-git Docker image instead of using plain cargo build in the workflow.
- Added a reusable
hero-gitimage (Ubuntu…
Add CI and release workflows for Horus Rust binaries
Implement CI/CD Pipeline
I’ve Created a new branch main_cicdpipeline that adds a proper CI + Release pipeline for the Horus repo using Gitea Actions.
What’s added
-
CI workflow (
ci.yml)- Runs…