We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302dee7 commit ac985f9Copy full SHA for ac985f9
.github/workflows/build_wheels.yml
@@ -33,6 +33,7 @@ jobs:
33
# Build manylinux2014 wheels
34
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
35
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
36
+ CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
37
# The C libraries (OpenSSL and Zlib) only need to be built once per OS
38
# as they are not tied to a specific Python version
39
CIBW_BEFORE_ALL: "python -m pip install invoke && invoke build.deps"
0 commit comments