Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ jobs:
- uses: actions/checkout@v4
- name: Install and Build ROS2 environment
run: |
export USE_ROS_DISTRO=jazzy
export UBUNTU_VER=24.04
export USE_ROS_DISTRO=jazzy
export RMW=cyclonedds
cd docker && docker compose build
shell: bash
- name: Nvidia - Install and Build ROS2 environment
run: |
export UBUNTU_VER=24.04
export USE_ROS_DISTRO=jazzy
export RMW=cyclonedds
cd docker && docker compose build
shell: bash