Skip to content

Commit 9bf3787

Browse files
committed
Archive non-amd64 variants of 24.04
1 parent 5b8ead1 commit 9bf3787

14 files changed

Lines changed: 0 additions & 15 deletions

File tree

‎.github/workflows/build.yml‎

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
os: ["ubuntu-latest"]
2020
image:
2121
# Run slower jobs first to give them a headstart and reduce waiting time
22-
- "ubuntu-24.04-noble-ppc64le"
23-
- "ubuntu-24.04-noble-s390x"
2422
- "ubuntu-26.04-resolute-ppc64le"
2523
- "ubuntu-26.04-resolute-s390x"
2624
# test image for manylinux-wheel build
@@ -43,22 +41,12 @@ jobs:
4341
include:
4442
- image: "manylinux_2_28-wheel-build"
4543
test-image: "fedora-43-amd64"
46-
- image: "ubuntu-24.04-noble-ppc64le"
47-
qemu-arch: "ppc64le"
48-
docker-args: "--platform linux/ppc64le"
49-
- image: "ubuntu-24.04-noble-s390x"
50-
qemu-arch: "s390x"
51-
docker-args: "--platform linux/s390x"
52-
- image: "ubuntu-24.04-noble-arm64v8"
53-
os: "ubuntu-24.04-arm"
5444
- image: "ubuntu-26.04-resolute-ppc64le"
5545
qemu-arch: "ppc64le"
5646
docker-args: "--platform linux/ppc64le"
5747
- image: "ubuntu-26.04-resolute-s390x"
5848
qemu-arch: "s390x"
5949
docker-args: "--platform linux/s390x"
60-
- image: "ubuntu-26.04-resolute-arm64v8"
61-
os: "ubuntu-24.04-arm"
6250

6351
steps:
6452
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

‎Makefile‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ TARGETS = \
1313
ubuntu-24.04-noble-amd64 \
1414
ubuntu-26.04-resolute-amd64 \
1515
ubuntu-22.04-jammy-amd64-valgrind \
16-
ubuntu-24.04-noble-arm64v8 \
17-
ubuntu-24.04-noble-ppc64le \
18-
ubuntu-24.04-noble-s390x \
1916
ubuntu-26.04-resolute-arm64v8 \
2017
ubuntu-26.04-resolute-ppc64le \
2118
ubuntu-26.04-resolute-s390x
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)