File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 - uses : ika-rwth-aachen/docker-ros@main
1111 with :
12+ platform : amd64,arm64
13+ target : run
1214 image-tag : ros
1315 base-image : rwthika/ros:latest
1416 command : roslaunch mqtt_client standalone.launch
15- platform : amd64,arm64
16- target : run
17+ enable-industrial-ci : ' true'
1718
1819 ros2 :
1920 runs-on : ubuntu-latest
2021 steps :
2122 - uses : ika-rwth-aachen/docker-ros@main
2223 with :
23- image-tag : ros2
24- base-image : rwthika/ros2:latest
25- command : ros2 launch mqtt_client standalone.launch.ros2.xml
2624 platform : amd64,arm64
2725 target : run
26+ image-tag : ros2
2827 enable-push-as-latest : ' true'
28+ base-image : rwthika/ros2:latest
29+ command : ros2 launch mqtt_client standalone.launch.ros2.xml
30+ enable-industrial-ci : ' true'
Original file line number Diff line number Diff line change 11name : industrial_ci
22
3- on : [push, pull_request]
3+ on : pull_request
44
55jobs :
66 industrial_ci :
You can’t perform that action at this time.
0 commit comments