Describe the enhancement requested
Currently there are only macOS ARM binaries being built for Java JNI, it would be great to also build these for ARM Linux so that software using Java Arrow Dataset or Gandiva running on AWS Graviton instances will work.
One possible way to approach this is to leverage docker buildx with qemu to transparently build ARM binaries, but I'm not familiar enough with Archery to know off the top of my head if that would be too difficult to do.
Component(s)
Java