Skip to content

Commit 8e1c704

Browse files
committed
Compile aarch64
1 parent e8b8f36 commit 8e1c704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
# PyPy compilation on MACOS doesn't work, possibly since there is no available numpy release for this
5757
# Armadillo isn't available for i687 on Centos 7, making compilation more complicated
5858
# # Musllinux doesn't use yum as its package manager
59-
CIBW_SKIP: pp*-macosx* *i686* *musllinux* *p36* *p37* *p38* pp*
59+
# CIBW_SKIP: pp*-macosx* *i686* *musllinux* *p36* *p37* *p38* pp*
60+
CIBW_BUILD: cp310-musllinux_aarch64 cp310-manylinux_x86_64
6061
CIBW_BEFORE_ALL_LINUX: |
6162
yum install -y lapack-devel armadillo-devel
6263
curl -L -O https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz

0 commit comments

Comments
 (0)