Skip to content

Commit

Permalink
fix: do not build aarch64 wheels for PyPy (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 9, 2023
1 parent b1a8a07 commit 7e884db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -156,7 +156,7 @@ jobs:
uses: pypa/cibuildwheel@v2.16.2
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* *p38-*_aarch64 *p39-*_aarch64 *p310-*_aarch64
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* *p38-*_aarch64 *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
CIBW_ARCHS_LINUX: auto aarch64
CIBW_BUILD_VERBOSITY: 3
Expand Down

0 comments on commit 7e884db

Please sign in to comment.