nickva commented on code in PR #33: URL: https://github.com/apache/couchdb-ci/pull/33#discussion_r851513264
########## 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: It turns out the non-buildx way of building the multi-arch images doesn't work any longer. I gave up and installed the docker.io docker with buildx. So +1 to merge this ########## 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: It turns out the non-buildx way of building the multi-arch images doesn't work any longer. I gave up and installed the docker.io docker with buildx. So +1 to merge this -- 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]
