Skip to content

Commit

Permalink
Add jazzy to usual build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <yadunund@intrinsic.ai>
  • Loading branch information
Yadunund committed May 24, 2024
1 parent 24ada2f commit c211fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
docker_image: ['ros:iron-ros-base', 'ros:rolling-ros-base']
distro: ['iron', 'jazzy', 'rolling']
container:
image: ${{ matrix.docker_image }}
image: ros:${{ matrix.distro }}-ros-base
timeout-minutes: 30
steps:
- name: Deps
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/tmp_build_jazzy.yaml

This file was deleted.

0 comments on commit c211fa5

Please sign in to comment.