Skip to content

Commit

Permalink
docs(lightbits-howto.md): add instructions how to build the image
Browse files Browse the repository at this point in the history
  • Loading branch information
yogev-lb committed Jan 6, 2025
1 parent 61cfb22 commit 44887a9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lightbits-howto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## howto build image

for building the hook image we have the following options:

```bash
./build.sh kernel hook-latest-lts-amd64
```

```bash
./build.sh build hook-latest-lts-amd64
```

the products will be placed at: `out/hook/`

in order to build the images with sshd support should run the following:

```bash
./build.sh debug hook-latest-lts-amd64
```

0 comments on commit 44887a9

Please sign in to comment.