manylinux2014-aarch64: Tweak comment in Dockerfile.in

This commit is contained in:
Jean-Christophe Fillion-Robin 2020-06-06 01:37:29 -04:00
parent cc57e984d3
commit 3114dca079
No known key found for this signature in database
GPG Key ID: 087FCBD046CD7ADB

View File

@ -1,5 +1,8 @@
# For manylinux2014-aarch64, cross-compilation will be hosted at x86_64 using manylinux2014 x86_64 image to generate target for aarch64. Toolchain available at https://github.com/pypa/manylinux/blob/manylinux2014/docker/Dockerfile-aarch64, is for host aarch64.
FROM dockcross/manylinux2014-x64
# manylinux2014-aarch64 is based on manylinux2014-x64 and the aarch64 toolchain installed. This allows to
# run the container on a x86_64 host.
# This image is not based on "pypa/manylinux2014_aarch64" because it would require the host to be aarch64.
# For more details, read https://github.com/dockcross/dockcross/issues/367
FROM dockcross/manylinux2014-x64
# This is for 64-bit ARM Manylinux machine