mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-20 11:28:19 +00:00
We include a workflow for checking yocto compliance using the poky provided script and also a matrix workflow for building the CI supported build configurations. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Docker images for CI
Each directory contains the files for a docker image.
Building an image
When building a docker image, the build context is expected to be where this
README.md file resides. This means that building the images will require
passing the appropriate -f argument.
Here is an example for building the dco-check image:
docker build . -f dco-check/Dockerfile -t dco-check