Clone this repository, and run make install-tools
To create a build for your current machine, run make agent
To build for a specific architecture, see the Makefile
To build all targets, run make build-all
Build files will show up in the ./dist
directory
Tests can be run with make test
.
The CI runs the ci-checks
make target, which includes linting, testing, and checking documentation for misspelling.
CI also does a build of all targets (make build-all
)
To release the agent, see releasing documentation.