File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ Used to cache common binary dependencies to speed up Github Actions builds.
88This currently uses Github Actions ` on-schedule ` to build hourly.
99
1010
11- ## Installed depdendencies
11+ ## Installed dependencies
1212
13- A set of base depdencies are installed for ease of CI/development use.
13+ A set of base dependencies are installed for ease of CI/development use.
1414These include:
1515* build-essential + clang + cmake
1616* [ ` vcstool ` ] ( https://github.com/dirk-thomas/vcstool )
@@ -35,7 +35,9 @@ These include:
3535
3636* ` ghcr.io/gazebo-tooling/gz-ubuntu:bionic ` - Base bionic development image with no Gazebo-collection specific binaries
3737* ` ghcr.io/gazebo-tooling/gz-ubuntu:focal ` - Base focal development image with no Gazebo-collection specific binaries
38+ * ` ghcr.io/gazebo-tooling/gz-ubuntu:jammy ` - Base jammy development image with no Gazebo-collection specific binaries
3839* ` ghcr.io/gazebo-tooling/gz-ubuntu:citadel-bionic ` - Bionic image with Citadel dependencies
39- * ` ghcr.io/gazebo-tooling/gz-ubuntu:dome-focal ` - Focal image with Dome dependencies
40- * ` ghcr.io/gazebo-tooling/gz-ubuntu:edifice-focal ` - Focal image with Edifice dependencies
40+ * ` ghcr.io/gazebo-tooling/gz-ubuntu:fortress-focal ` - Focal image with Fortress dependencies
41+ * ` ghcr.io/gazebo-tooling/gz-ubuntu:garden-jammy ` - Jammy image with Garden dependencies
42+
4143
You can’t perform that action at this time.
0 commit comments