Skip to content

Commit 05a6ad5

Browse files
committed
Restored Ubuntu 22.04 arm64v8
1 parent c488621 commit 05a6ad5

File tree

10 files changed

+4
-63
lines changed

10 files changed

+4
-63
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
image:
1818
# Run slower jobs first to give them a headstart and reduce waiting time
19-
- "ubuntu-24.04-noble-arm64v8"
19+
- "ubuntu-22.04-jammy-arm64v8"
2020
- "ubuntu-24.04-noble-ppc64le"
2121
- "ubuntu-24.04-noble-s390x"
2222
# test image for manylinux-wheel build
@@ -44,7 +44,7 @@ jobs:
4444
test-image: "ubuntu-24.04-noble-amd64"
4545
- image: "manylinux_2_28-wheel-build"
4646
test-image: "ubuntu-24.04-noble-amd64"
47-
- image: "ubuntu-24.04-noble-arm64v8"
47+
- image: "ubuntu-22.04-jammy-arm64v8"
4848
qemu-arch: "aarch64"
4949
- image: "ubuntu-24.04-noble-ppc64le"
5050
qemu-arch: "ppc64le"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TARGETS = \
1616
ubuntu-22.04-jammy-amd64 \
1717
ubuntu-24.04-noble-amd64 \
1818
ubuntu-24.04-noble-amd64-valgrind \
19-
ubuntu-24.04-noble-arm64v8 \
19+
ubuntu-22.04-jammy-arm64v8 \
2020
ubuntu-24.04-noble-ppc64le \
2121
ubuntu-24.04-noble-s390x
2222

archive/ubuntu-22.04-jammy-arm64v8/Dockerfile renamed to ubuntu-22.04-jammy-arm64v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
3131
zlib1g-dev \
3232
&& rm -rf /var/lib/apt/lists/*
3333

34-
RUN useradd pillow \
34+
RUN useradd --uid 1001 pillow \
3535
&& addgroup pillow sudo \
3636
&& mkdir /home/pillow \
3737
&& chown pillow:pillow /home/pillow
File renamed without changes.
File renamed without changes.
File renamed without changes.

ubuntu-24.04-noble-arm64v8/Dockerfile

Lines changed: 0 additions & 50 deletions
This file was deleted.

ubuntu-24.04-noble-arm64v8/Makefile

Lines changed: 0 additions & 1 deletion
This file was deleted.

ubuntu-24.04-noble-arm64v8/test.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

ubuntu-24.04-noble-arm64v8/update.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)