Unverified Commit 9c5dd955 authored by Isuru Fernando's avatar Isuru Fernando Committed by GitHub
Browse files

Merge pull request #389 from radarhere/plat

Added "arm64" and "universal2" as possible PLAT values
parents 4c7a1738 3c17311b
...@@ -125,10 +125,17 @@ variable. The default version is ``1``. Versions that are currently valid are: ...@@ -125,10 +125,17 @@ variable. The default version is ``1``. Versions that are currently valid are:
The environment variable specified which Manylinux docker container you are building in. The environment variable specified which Manylinux docker container you are building in.
The ``PLAT`` environment variable can be one of ``x86_64``, ``i686`` ``s390x``, The ``PLAT`` environment variable can be one of
``ppc64le``, or ``aarch64``, specifying 64-bit x86, 32-bit x86, 64-bit s390x,
PowerPC, and ARM builds, respectively. The default is ``x86_64``. Only ``x86_64`` * ``x86_64``, for 64-bit x86
and ``i686`` are valid on manylinux1 and manylinux2010. * ``i686``, for 32-bit x86
* ``s390x``, for 64-bit s390x
* ``ppc64le``, for PowerPC
* ``aarch64``, for ARM
* ``arm64``, for Apple silicon
* ``universal2``, for both Apple silicon and 64-bit x86
The default is ``x86_64``. Only ``x86_64`` and ``i686`` are valid on manylinux1 and manylinux2010.
``multibuild/travis_linux_steps.sh`` defines the ``build_wheel`` function, ``multibuild/travis_linux_steps.sh`` defines the ``build_wheel`` function,
which starts up the Manylinux1 Docker container to run a wrapper script which starts up the Manylinux1 Docker container to run a wrapper script
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment