Skip to content

Commit 07fbdf4

Browse files
committed
Archive non-amd64 variants of 24.04
1 parent 855774a commit 07fbdf4

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/test-docker.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
os: ["ubuntu-latest"]
4040
docker: [
4141
# Run slower jobs first to give them a headstart and reduce waiting time
42-
ubuntu-24.04-noble-ppc64le,
43-
ubuntu-24.04-noble-s390x,
4442
ubuntu-26.04-resolute-ppc64le,
4543
ubuntu-26.04-resolute-s390x,
4644
# Then run the remainder
@@ -59,19 +57,12 @@ jobs:
5957
]
6058
dockerTag: [main]
6159
include:
62-
- docker: "ubuntu-24.04-noble-ppc64le"
63-
qemu-arch: "ppc64le"
64-
- docker: "ubuntu-24.04-noble-s390x"
65-
qemu-arch: "s390x"
66-
- docker: "ubuntu-24.04-noble-arm64v8"
67-
os: "ubuntu-24.04-arm"
68-
dockerTag: main
6960
- docker: "ubuntu-26.04-resolute-ppc64le"
7061
qemu-arch: "ppc64le"
7162
- docker: "ubuntu-26.04-resolute-s390x"
7263
qemu-arch: "s390x"
7364
- docker: "ubuntu-26.04-resolute-arm64v8"
74-
os: "ubuntu-24.04-arm"
65+
os: "ubuntu-26.04-arm"
7566
dockerTag: main
7667

7768
name: ${{ matrix.docker }}

docs/installation/platform-support.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ These platforms are built and tested for every change.
4242
+----------------------------------+----------------------------+---------------------+
4343
| Ubuntu Linux 24.04 LTS (Noble) | 3.10, 3.11, 3.12, 3.13, | x86-64 |
4444
| | 3.14, 3.15, PyPy3 | |
45-
| +----------------------------+---------------------+
46-
| | 3.12 | arm64v8, ppc64le, |
47-
| | | s390x |
4845
+----------------------------------+----------------------------+---------------------+
4946
| Ubuntu Linux 26.04 LTS (Resolute)| 3.14 | x86-64, arm64v8, |
5047
| | | ppc64le, s390x |

0 commit comments

Comments
 (0)