Skip to content

Commit 3fea1d6

Browse files
authored
codespaces: add ubuntu22.04 (spack#46100)
1 parent 257ebce commit 3fea1d6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "Ubuntu 20.04",
23
"image": "ghcr.io/spack/ubuntu20.04-runner-amd64-gcc-11.4:2023.08.01",
34
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
45
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "Ubuntu 22.04",
3+
"image": "ghcr.io/spack/ubuntu-22.04:v2024-05-07",
4+
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
5+
}

0 commit comments

Comments
 (0)