sarutak opened a new pull request, #2571: URL: https://github.com/apache/avro/pull/2571
## What is the purpose of the change This PR fixes a minor issue that `./build.sh docker` fails with the following error message. ``` ---> Running in 24cdd401ee78 /bin/sh: 1: BUILDARCH: parameter not set or null ``` `BUILDARCH` is automatically set by setting an environment variable `DOCKER_BUILDKIT` to `1`. ## Verifying this change Confirmed `./build.sh docker` succeeded. ## Documentation - Does this pull request introduce a new feature? (no) -- 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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org