datafusion-ballista icon indicating copy to clipboard operation
datafusion-ballista copied to clipboard

Fix integration test for M1 Mac

Open rahull-p opened this issue 3 years ago • 0 comments

Which issue does this PR close?

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

rahull-p avatar Sep 18 '22 15:09 rahull-p