Skip to content

Commit

Permalink
Use Ubuntu 22 for aarch64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
The simple hope is that a more recent QEMU might fix slowness.
  • Loading branch information
workingjubilee committed Jul 27, 2023
1 parent 37a7960 commit 21fd913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/aarch64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
ca-certificates \
Expand Down

0 comments on commit 21fd913

Please sign in to comment.