Skip to content
Snippets Groups Projects

doc(build): explanation on git submodules and refactor of sync script

Merged Raphael Defosseux requested to merge doc-submodule-explanation-for-build into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -154,7 +154,7 @@ We are supporting the following releases:
* Ubuntu `20.04` or `focal`
* Ubuntu `22.04` or `jammy`
When building, you can specify which base image to work on (by default it will be `ubuntu:jammy`).
When building, you can specify which base image to work on (by default it will be `ubuntu:focal`).
You just add the `--build-arg BASE_IMAGE=ubuntu:xxxx` option.
Loading