Skip to content

Commit

Permalink
Add jazzy docker image (#6)
Browse files Browse the repository at this point in the history
* Add jazzy docker

* Add jazzy repos file

* fail-fast: false
  • Loading branch information
christophfroehlich authored Apr 28, 2024
1 parent a786d7c commit df2399c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_publish_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
contents: read
packages: write
strategy:
fail-fast: false
matrix:
ros_distro: ['humble', 'iron']
steps:
Expand All @@ -37,8 +38,9 @@ jobs:
contents: read
packages: write
strategy:
fail-fast: false
matrix:
ros_distro: ['rolling']
ros_distro: ['jazzy', 'rolling']
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
Expand Down
37 changes: 37 additions & 0 deletions ros-controls.jazzy.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
repositories:
ros/filters:
type: git
url: https://github.com/ros2-gbp/filters-release.git
version: debian/jazzy/bullseye/filters
ros2-gbp/xacro:
type: git
url: https://github.com/ros2-gbp/xacro-release.git
version: debian/jazzy/bullseye/xacro
ros2-gbp/diagnostic_updater:
type: git
url: https://github.com/ros2-gbp/diagnostics-release.git
version: debian/jazzy/bullseye/diagnostic_updater
backward_ros:
type: git
url: https://github.com/ros2-gbp/backward_ros-release.git
version: debian/jazzy/bullseye/backward_ros
cpp_polyfills:
type: git
url: https://github.com/PickNikRobotics/cpp_polyfills.git
version: main
rsl:
type: git
url: https://github.com/PickNikRobotics/RSL.git
version: main
generate_parameter_library:
type: git
url: https://github.com/PickNikRobotics/generate_parameter_library.git
version: main
angles:
type: git
url: https://github.com/ros/angles.git
version: ros2
ackermann_msgs:
type: git
url: https://github.com/ros-drivers/ackermann_msgs.git
version: ros2

0 comments on commit df2399c

Please sign in to comment.