Skip to content

Commit

Permalink
Build: Downgrade some Docker images to support older Linux distributi…
Browse files Browse the repository at this point in the history
…ons.
  • Loading branch information
scoder committed Jul 6, 2023
1 parent 15936e9 commit 0cd3d8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Expand Up @@ -64,6 +64,7 @@ jobs:
- manylinux1_x86_64
- manylinux1_i686
- manylinux_2_24_i686
- manylinux_2_24_x86_64
- manylinux_2_28_x86_64
- musllinux_1_1_x86_64
#- manylinux_2_24_ppc64le
Expand All @@ -83,9 +84,9 @@ jobs:
pyversion: "cp37*"
- image: manylinux_2_24_aarch64
pyversion: "cp38*"
- image: manylinux_2_28_aarch64
- image: manylinux_2_24_aarch64
pyversion: "cp39*"
- image: manylinux_2_28_aarch64
- image: manylinux_2_24_aarch64
pyversion: "cp310*"
- image: manylinux_2_28_aarch64
pyversion: "cp311*"
Expand Down

0 comments on commit 0cd3d8a

Please sign in to comment.