Build aarch64 wheel

This commit is contained in:
mio
2022-10-01 01:01:22 +02:00
parent c144f06145
commit 6ca077d139
2 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
yum install python3 -y
python3 -m pip install -U setuptools wheel auditwheel
cd /work/bindings/python
python3 setup.py bdist_wheel
cd dist
auditwheel repair *.whl
mv -f wheelhouse/*.whl .