Skip to content

Commit

Permalink
Release same for jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
Timple committed May 21, 2024
1 parent aac8ccb commit a2bf702
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:

jobs:
build_testing:
iron:
runs-on: ubuntu-22.04
steps:
# - uses: jspricke/ros-deb-builder-action@main until: https://github.com/jspricke/ros-deb-builder-action/issues/38
Expand Down Expand Up @@ -300,3 +300,15 @@ jobs:
yabloc_monitor
yabloc_particle_filter
yabloc_pose_initializer
jazzy:
runs-on: ubuntu-22.04
steps:
# - uses: jspricke/ros-deb-builder-action@main until: https://github.com/jspricke/ros-deb-builder-action/issues/38
- uses: christianrauch/ros-deb-builder-action@5befeabf68aad37cd1e3c594bbb13fe3f4b83de3
with:
ROS_DISTRO: jazzy
DEB_DISTRO: noble
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOS_FILE: jazzy.repos
GIT_LFS: true

0 comments on commit a2bf702

Please sign in to comment.