Skip to content

Commit

Permalink
Restored Ubuntu 22.04 arm64v8
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 27, 2024
1 parent c488621 commit 05a6ad5
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 63 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
image:
# Run slower jobs first to give them a headstart and reduce waiting time
- "ubuntu-24.04-noble-arm64v8"
- "ubuntu-22.04-jammy-arm64v8"
- "ubuntu-24.04-noble-ppc64le"
- "ubuntu-24.04-noble-s390x"
# test image for manylinux-wheel build
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
test-image: "ubuntu-24.04-noble-amd64"
- image: "manylinux_2_28-wheel-build"
test-image: "ubuntu-24.04-noble-amd64"
- image: "ubuntu-24.04-noble-arm64v8"
- image: "ubuntu-22.04-jammy-arm64v8"
qemu-arch: "aarch64"
- image: "ubuntu-24.04-noble-ppc64le"
qemu-arch: "ppc64le"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TARGETS = \
ubuntu-22.04-jammy-amd64 \
ubuntu-24.04-noble-amd64 \
ubuntu-24.04-noble-amd64-valgrind \
ubuntu-24.04-noble-arm64v8 \
ubuntu-22.04-jammy-arm64v8 \
ubuntu-24.04-noble-ppc64le \
ubuntu-24.04-noble-s390x

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*

RUN useradd pillow \
RUN useradd --uid 1001 pillow \
&& addgroup pillow sudo \
&& mkdir /home/pillow \
&& chown pillow:pillow /home/pillow
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
50 changes: 0 additions & 50 deletions ubuntu-24.04-noble-arm64v8/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion ubuntu-24.04-noble-arm64v8/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions ubuntu-24.04-noble-arm64v8/test.sh

This file was deleted.

2 changes: 0 additions & 2 deletions ubuntu-24.04-noble-arm64v8/update.sh

This file was deleted.

0 comments on commit 05a6ad5

Please sign in to comment.