mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 06:45:48 +03:00
[GH-ISSUE #60] [Feature request] Automated agent build #40
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @P6g9YHK6 on GitHub (May 7, 2025).
Original GitHub issue: https://github.com/amidaware/rmmagent/issues/60
Currently, the agent is not compiled in a way that's transparent to end-users. My proposal would be to move the build process to GitHub Actions this would:
Even a basic CI workflow that builds the agent and uploads binaries would be a big step forward.
@SoarinFerret commented on GitHub (Sep 24, 2025):
An example CICD pipeline is located here: https://github.com/SoarinFerret/rmmagent-builder
Right now, it just clones and builds this repo, but would be easy to tweak to use in this repo on releases.
@P6g9YHK6 commented on GitHub (Sep 24, 2025):
you should pr your code and add a check so that it only run on the master branch not the dev