Thank you for investing your time in contributing to our project! We welcome feedback, bug reports, and pull requests!
For pull requests, please stick to the following guidelines
- Put a reasonable amount of comments into the code.
- Fork clang-tools-docker on your GitHub user account, do your changes there and then create a PR against
master
branch of cpp-linter-action repository. - Separate unrelated changes into multiple pull requests.
Please note that by contributing any code or documentation to this repository (by raising pull requests, or otherwise) you explicitly agree to the License Agreement.
Build image with docker buildx bake
Note I used buildx matrix-builds, so
buildx
version must be v0.11.0 or above.
# Build all docker images
docker buildx bake --file docker-bake.hcl
# Build specific version of clang-tools docker images
docker buildx bake --file docker-bake.hcl 19
# If want to docker build and push images, add `--push` flag.
docker buildx bake --file docker-bake.hcl --push 19