CI: Faster builds with buildx and xcputranslate

This commit is contained in:
Quentin McGaw
2021-01-06 06:10:42 +00:00
parent 1abb716bb6
commit 8e495494fd
2 changed files with 10 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ Contributions are [released](https://help.github.com/articles/github-terms-of-se
1. [Fork](https://github.com/qdm12/gluetun/fork) and clone the repository
1. Create a new branch `git checkout -b my-branch-name`
1. Modify the code
1. Ensure the docker build succeeds `docker build .`
1. Ensure the docker build succeeds `docker build .` (you might need `export DOCKER_BUILDKIT=1`)
1. Commit your modifications
1. Push to your fork and [submit a pull request](https://github.com/qdm12/gluetun/compare)