mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-10-19 10:04:20 +03:00
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:
parent
9c4f3854a9
commit
ee4ea12eb1
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [manylinux, musllinux]
|
platform: [manylinux, musllinux]
|
||||||
arch: [x86_64, i686, aarch64, ppc64le]
|
arch: [x86_64, aarch64, ppc64le]
|
||||||
pyver: [cp38, cp39, cp310, cp311, cp312, cp313]
|
pyver: [cp38, cp39, cp310, cp311, cp312, cp313]
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user