rahulpenti opened a new pull request, #239: URL: https://github.com/apache/arrow-ballista/pull/239
# Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> Closes #https://github.com/apache/arrow-ballista/issues/234 # Rationale for this change Docker on M1 Mac leverages aarch64 architecture by default. The current docker build is based on the x86_64 architecture and fails in case of aarch64 # What changes are included in this PR? - Force docker to use x86_64 architecture for docker build - Fixes minor issues with respect to Ballista base docker version reference -- 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]
