ci: drop building i686 packages

Not supported out-of-the-box anymore by cibuildwheel.

Will bother to fix it if requested.
This commit is contained in:
Daniele Varrazzo 2025-10-09 01:19:53 +02:00
parent 9c4f3854a9
commit ee4ea12eb1

View File

@ -65,7 +65,7 @@ jobs:
fail-fast: false
matrix:
platform: [manylinux, musllinux]
arch: [x86_64, i686, aarch64, ppc64le]
arch: [x86_64, aarch64, ppc64le]
pyver: [cp38, cp39, cp310, cp311, cp312, cp313]
runs-on: ubuntu-latest