Skip to content

Commit

Permalink
Update default image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikusaq committed Oct 23, 2024
1 parent ffa9988 commit 5cbb676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ The `bap-builder` builds and stores all dependencies in the git repository (LFS
2. Build all Docker images needed for the build:

```bash
bap-builder build-image --context ./example --name debian11
bap-builder build-image --context ./example --name debian12
```

3. Build all packages for the given distro:

```bash
bap-builder build-package --context ./example --image-name debian11 --output-dir ./lfsrepo --all
bap-builder build-package --context ./example --image-name debian12 --output-dir ./lfsrepo --all
```

*Note: If you do not have `bap-builder` in your system path, you need to use `./bap-builder/bap-builder` instead of `bap-builder`.*
Expand Down

0 comments on commit 5cbb676

Please sign in to comment.