We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623196e commit 4f043aeCopy full SHA for 4f043ae
.github/workflows/wheel.yml
@@ -66,7 +66,7 @@ jobs:
66
cp ../data/*.bin src/sentencepiece/package_data
67
python -m cibuildwheel --output-dir wheelhouse
68
env:
69
- CIBW_ARCHS_LINUX: auto aarch64
+ CIBW_ARCHS_LINUX: auto
70
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
71
CIBW_ARCHS_WINDOWS: auto ARM64
72
CIBW_SKIP: "*-musllinux_*"
0 commit comments