3
3
[ ![ 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/ )
4
4
[ ![ 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/ )
5
5
[ ![ manylinux_2_31 Docker Image] ( https://img.shields.io/docker/pulls/messense/manylinux_2_31-cross.svg?maxAge=2592000&label=manylinux_2_31 )] ( https://hub.docker.com/r/messense/manylinux_2_31-cross/ )
6
+ [ ![ manylinux_2_36 Docker Image] ( https://img.shields.io/docker/pulls/messense/manylinux_2_36-cross.svg?maxAge=2592000&label=manylinux_2_36 )] ( https://hub.docker.com/r/messense/manylinux_2_36-cross/ )
6
7
[ ![ Test] ( https://github.com/rust-cross/manylinux-cross/workflows/Test/badge.svg )] ( https://github.com/rust-cross/manylinux-cross/actions?query=workflow%3ATest )
7
8
[ ![ Bors enabled] ( https://bors.tech/images/badge_small.svg )] ( https://app.bors.tech/repositories/58198 )
8
9
9
- manylinux2014, manylinux_2_28 aarch64/armv7l/s390x/ppc64le and manylinux_2_31 riscv64 cross compilation docker images,
10
+ manylinux2014, manylinux_2_28 aarch64/armv7l/s390x/ppc64le and manylinux_2_31 riscv64 and manylinux_2_36 loongarch64 cross compilation docker images,
10
11
supports both x86_64(amd64) and aarch64(arm64) architectures.
11
12
12
13
## manylinux2014
@@ -35,7 +36,6 @@ Docker image repository: [messense/manylinux_2_28-cross], based on Ubuntu 22.04
35
36
| s390x | s390x | ` /opt/python/cp3[7-13] ` , built from source | Python 3.7 - 3.13 |
36
37
| ppc64le | ppc64le | ` /opt/python/cp3[7-13] ` , built from source | Python 3.7 - 3.13 |
37
38
38
-
39
39
## manylinux_2_31
40
40
41
41
Docker image repository: [ messense/manylinux_2_31-cross] , based on Ubuntu 22.04 with ** GCC 7.5.0** .
@@ -44,6 +44,14 @@ Docker image repository: [messense/manylinux_2_31-cross], based on Ubuntu 22.04
44
44
| ------------ | --------------- | ------------------------------------------ | ---------------------- |
45
45
| riscv64 | riscv64 | ` /opt/python/cp3[7-13] ` , built from source | Python 3.7 - 3.13 |
46
46
47
+ ## manylinux_2_36
48
+
49
+ Docker image repository: [ messense/manylinux_2_36-cross] , based on Ubuntu 22.04 with ** GCC 13.3.0** .
50
+
51
+ | Architecture | Tag | Target Python | Host Python |
52
+ | ------------ | --------------- | ------------------------------------------ | ---------------------- |
53
+ | loongarch64 | loongarch64 | ` /opt/python/cp3[7-13] ` , built from source | Python 3.7 - 3.13 |
54
+
47
55
## Environment variables
48
56
49
57
Following list of environment variables are set:
0 commit comments