]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: drop i686 images build 1114/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Jul 2025 17:38:43 +0000 (19:38 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 9 Jul 2025 11:23:21 +0000 (13:23 +0200)
It has become opt-in in cibuildwheel, so it's a good moment to remove
these packages.

.github/workflows/packages-bin.yml

index 13cfed24c85ae72f99c930462b640398f8121183..e60b241672b23f8e0a6c405ddb7457964909fbb0 100644 (file)
@@ -49,7 +49,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        arch: [x86_64, i686, ppc64le, aarch64]
+        arch: [x86_64, ppc64le, aarch64]
         pyver: [cp310, cp311, cp312, cp313]
         platform: [manylinux, musllinux]
 
@@ -78,7 +78,6 @@ jobs:
           package-dir: psycopg_binary
         env:
           CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
-          CIBW_MANYLINUX_I686_IMAGE: manylinux2014
           CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
           CIBW_MANYLINUX_PPC64LE_IMAGE: manylinux2014
           CIBW_BUILD: ${{matrix.pyver}}-${{matrix.platform}}_${{matrix.arch}}
@@ -183,7 +182,6 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        # Might want to add win32, untested at the moment.
         arch: [win_amd64]
         pyver: [cp310, cp311, cp312, cp313]