Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Docker BuildKit for the CI and docker_script
Docker BuildKit has a number of advanages over the tradiditonal Docker back end - it's potentially quicker as it can make use of parallel jobs when multi-stage Dockerfiles are used, and it also enables the use of automatically set target/host ARGs, such as TARGETARCH. This is especially useful when working with multiple target architectures.
- Loading branch information