nickva commented on a change in pull request #33: URL: https://github.com/apache/couchdb-ci/pull/33#discussion_r815480435
########## File path: README.md ########## @@ -59,9 +58,34 @@ the [kerl](https://github.com/kerl/kerl) build system, and installs them to `/usr/local/kerl` for activation before builds. This version is intended for use in standard CI runs, such as for pull requests. -# Building a cross-architecture Docker image +## Building images for other architectures + +### Multi-arch images with Docker Buildx + +We can use Docker's +[Buildx](https://docs.docker.com/buildx/working-with-buildx/) plugin to generate Review comment: A tiny nit, but since it tripped me up, it might be worth mentioning that the open source docker.io package from Ubuntu default repositories do not support buildx (at least in LTS 20.04). So to use it, it is necessary to directly install the package from docker.io. Overall I am not particularly keen on standardizing on proprietary bits from Docker. reference: https://docs.docker.com/buildx/working-with-buildx/#linux-packages -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
