Skip to content

Commit

Permalink
README: drop make target docker-image as pre requirement (#304)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl authored Jan 13, 2025
1 parent 9c4b3f2 commit 99a9ce7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,12 @@ If you'd like to quickly test the agent, you can skip to the ["Visualizing data
The agent can be built with the provided make targets. Docker is required for containerized builds, and both amd64 and arm64 architectures are supported.

For **Linux**, the following steps apply:
1. Build the Docker image containing the build environment:
```sh
make docker-image
```
2. Build the agent for your current machine's architecture:
1. Build the agent for your current machine's architecture:
```sh
make agent
```
Or `make debug-agent` for debug build.
3. To cross-complie for a different architecture (e.g. arm64):
2. To cross-compile for a different architecture (e.g. arm64):
```sh
make agent TARGET_ARCH=arm64
```
Expand Down

0 comments on commit 99a9ce7

Please sign in to comment.