kszucs commented on a change in pull request #9285: URL: https://github.com/apache/arrow/pull/9285#discussion_r592723165
########## File path: docker-compose.yml ########## @@ -695,17 +696,20 @@ services: # See available versions at: # https://quay.io/repository/pypa/manylinux2010_x86_64?tab=tags + # only amd64 arch is supported python-wheel-manylinux-2010: - image: ${REPO}:python-${PYTHON}-wheel-manylinux-2010 + image: ${REPO}:${ARCH}-python-${PYTHON}-wheel-manylinux-2010 Review comment: manylinux2010 doesn't actually support aarch64, but we reuse the same dockerfile for both manylinux specs ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
