Skip to content

Commit ac985f9

Browse files
committed
Also build manylinux wheels for aarch64
1 parent 302dee7 commit ac985f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
# Build manylinux2014 wheels
3434
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
3535
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
36+
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
3637
# The C libraries (OpenSSL and Zlib) only need to be built once per OS
3738
# as they are not tied to a specific Python version
3839
CIBW_BEFORE_ALL: "python -m pip install invoke && invoke build.deps"

0 commit comments

Comments
 (0)