diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-09 20:18:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-09 20:18:59 +0100 |
| commit | e8829c1337964d5f7bf207201e72f3bdd1ed9bf9 (patch) | |
| tree | c07fa966bb97dca704eeb3243f4bf974052d1036 | |
| parent | 5a276432b8bd560d5d2ff4593f125d2463812d81 (diff) | |
Add new ccache volume.
| -rwxr-xr-x | make-ccache-volume | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-ccache-volume b/make-ccache-volume index d48dbcb..6a6d25b 100755 --- a/make-ccache-volume +++ b/make-ccache-volume @@ -1,7 +1,7 @@ #!/bin/bash images="ubuntu-14.04-64 ubuntu-16.04-64 ubuntu-18.04-64 ubuntu-20.04-64 ubuntu-22.04-64 ubuntu-24.04-64 ubuntu-25.04-64 ubuntu-25.10-64" -images="$images windows windows_v2.18.x" +images="$images windows windows_v2.18.x windows_v2.20.x" images="$images debian-10-64 debian-11-64 debian-12-64 debian-13-64 debian-unstable-64" images="$images fedora-39-64 fedora-40-64 fedora-41-64 fedora-42-64 fedora-43-64" images="$images mageia-8-64 mageia-9-64" |
