Skip to content

Drop manylinux_2_24 support #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
153 changes: 0 additions & 153 deletions .github/workflows/manylinux_2_24.yml

This file was deleted.

17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# manylinux-cross

[![manylinux2014 Docker Image](https://img.shields.io/docker/pulls/messense/manylinux2014-cross.svg?maxAge=2592000&label=manylinux2014)](https://hub.docker.com/r/messense/manylinux2014-cross/)
[![manylinux_2_24 Docker Image](https://img.shields.io/docker/pulls/messense/manylinux_2_24-cross.svg?maxAge=2592000&label=manylinux_2_24)](https://hub.docker.com/r/messense/manylinux_2_24-cross/)
[![manylinux_2_28 Docker Image](https://img.shields.io/docker/pulls/messense/manylinux_2_28-cross.svg?maxAge=2592000&label=manylinux_2_28)](https://hub.docker.com/r/messense/manylinux_2_28-cross/)
[![Test](https://github.com/messense/manylinux-cross/workflows/Test/badge.svg)](https://github.com/messense/manylinux-cross/actions?query=workflow%3ATest)

manylinux2014, manylinux_2_24 and manylinux_2_28 aarch64/armv7l/s390x/ppc64le cross compilation docker images,
manylinux2014 and manylinux_2_28 aarch64/armv7l/s390x/ppc64le cross compilation docker images,
supports both x86_64(amd64) and aarch64(arm64) architectures.

## manylinux2014
Expand All @@ -22,19 +21,6 @@ Docker image repository: [messense/manylinux2014-cross], based on Ubuntu 20.04 w
| ppc64 | ppc64 | `/opt/python/cp3[6-11]`, built from source | Python 3.6 - 3.11 |
| ppc64le | ppc64le | Copied from manylinux2014_ppc64le | Python 3.6 - 3.11 |

## manylinux_2_24

Docker image repository: [messense/manylinux_2_24-cross], based on Ubuntu 20.04 with **GCC 6.5.0**.

| Architecture | Tag | Target Python | Host Python |
| ------------ | --------------- | ------------------------------------------ | ---------------------- |
| x86_64 | x86_64 | Copied from manylinux_2_24_x86_64 | Python 3.6 - 3.11 |
| i686 | i686 | Copied from manylinux_2_24_i686 | Python 3.6 - 3.11 |
| aarch64 | aarch64 | Copied from manylinux_2_24_aarch64 | Python 3.6 - 3.11 |
| armv7l | armv7l / armv7 | `/opt/python/cp3[6-11]`, built from source | Python 3.6 - 3.11 |
| s390x | s390x | Copied from manylinux_2_24_s390x | Python 3.6 - 3.11 |
| ppc64le | ppc64le | Copied from manylinux_2_24_ppc64le | Python 3.6 - 3.11 |

## manylinux_2_28

Docker image repository: [messense/manylinux_2_28-cross], based on Ubuntu 20.04 with **GCC 7.5.0**.
Expand Down Expand Up @@ -63,5 +49,4 @@ Following list of environment variables are set:
* `${target}_OPENSSL_DIR`

[messense/manylinux2014-cross]: https://hub.docker.com/r/messense/manylinux2014-cross
[messense/manylinux_2_24-cross]: https://hub.docker.com/r/messense/manylinux_2_24-cross
[messense/manylinux_2_28-cross]: https://hub.docker.com/r/messense/manylinux_2_28-cross
Loading