We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ubuntu:24.04
1 parent 03d7ad7 commit 75df299Copy full SHA for 75df299
.github/workflows/ghcr.yml
@@ -55,6 +55,8 @@ jobs:
55
images=(
56
# Mirrored because used by the tidy job, which doesn't cache Docker images
57
"ubuntu:22.04"
58
+ # Mirrored because used by x86-64-gnu-miri
59
+ "ubuntu:24.04"
60
# Mirrored because used by all linux CI jobs, including tidy
61
"moby/buildkit:buildx-stable-1"
62
# Mirrored because used when CI is running inside a Docker container
0 commit comments