Skip to content

Commit

Permalink
Add small bit of info to README for building binaries/images.
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Mendez <[email protected]>
  • Loading branch information
mmlb committed Apr 8, 2021
1 parent e7dd382 commit 2324353
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ It is comprised of following five major components:
The workflow engine is comprised of a server and a CLI, which communicates over gRPC.
The CLI is used to create a workflow and its building blocks: templates and targeted hardware.

## Building

Use `make help` Luke.
The most interesting targets are `make all` (or just `make`) and `make images`.
`make all` builds all the binaries for your host OS and CPU to enable running directly.
`make images` will build all the binaries for Linux/x86_64 and build docker images with them.

## Workflow

A workflow is a framework responsible for handling flexible, bare metal provisioning, that is...
Expand Down

0 comments on commit 2324353

Please sign in to comment.