Skip to content

Commit 21fd913

Browse files
Use Ubuntu 22 for aarch64-unknown-linux-gnu
The simple hope is that a more recent QEMU might fix slowness.
1 parent 37a7960 commit 21fd913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/aarch64-unknown-linux-gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:22.04
22
RUN apt-get update && apt-get install -y --no-install-recommends \
33
gcc \
44
ca-certificates \

0 commit comments

Comments
 (0)