kou commented on a change in pull request #9499:
URL: https://github.com/apache/arrow/pull/9499#discussion_r576588893
##########
File path: dev/archery/archery/cli.py
##########
@@ -767,6 +767,12 @@ def docker_compose(obj, src, dry_run):
envvar='ARCHERY_USE_DOCKER_CLI',
help="Use docker CLI directly for building instead of calling "
"docker-compose. This may help to reuse cached layers.")
[email protected]('--using-docker-buildx', default=False, is_flag=True,
+ envvar='ARCHERY_USE_DOCKER_BUILDX',
+ help="Use builx with docker CLI directly for building instead "
Review comment:
```suggestion
help="Use buildx with docker CLI directly for building instead
"
```
##########
File path: dev/archery/archery/cli.py
##########
@@ -817,6 +825,12 @@ def docker_compose_build(obj, image, *, force_pull,
using_docker_cli,
envvar='ARCHERY_USE_DOCKER_CLI',
help="Use docker CLI directly for building instead of calling "
"docker-compose. This may help to reuse cached layers.")
[email protected]('--using-docker-buildx', default=False, is_flag=True,
+ envvar='ARCHERY_USE_DOCKER_BUILDX',
+ help="Use builx with docker CLI directly for building instead "
Review comment:
```suggestion
help="Use buildx with docker CLI directly for building instead
"
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]