Commits

Krisztián Szűcs authored f7b143959ec
ARROW-10349: [Python] Build and publish aarch64 wheels This should work in theory, I'm building the image to see how well does vcpkg support arm packages. ```bash ARCH=arm64v8 archery docker build python-wheel-manylinux-2014 ``` Closes #9285 from kszucs/manylinux-arm64 Lead-authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Co-authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>