Skip to content

Commit 14fefea

Browse files
authored
Merge pull request #163 from linorobot/github-workflow
added nvidia runtime
2 parents 933ea3b + 157ede0 commit 14fefea

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,15 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- name: Install and Build ROS2 environment
1313
run: |
14-
export USE_ROS_DISTRO=jazzy
1514
export UBUNTU_VER=24.04
15+
export USE_ROS_DISTRO=jazzy
1616
export RMW=cyclonedds
1717
cd docker && docker compose build
1818
shell: bash
19+
- name: Nvidia - Install and Build ROS2 environment
20+
run: |
21+
export UBUNTU_VER=24.04
22+
export USE_ROS_DISTRO=jazzy
23+
export RMW=cyclonedds
24+
cd docker && docker compose build
25+
shell: bash

0 commit comments

Comments
 (0)