File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : ika-rwth-aachen/docker-ros@main
11
11
with :
12
- platform : amd64,arm64
12
+ platform : amd64
13
13
target : run
14
14
base-image : rwthika/ros2:humble
15
15
command : ros2 launch mqtt_client standalone.launch.xml
21
21
steps :
22
22
- uses : ika-rwth-aachen/docker-ros@main
23
23
with :
24
- platform : amd64,arm64
24
+ platform : amd64
25
25
target : run
26
26
base-image : rwthika/ros2:jazzy
27
27
command : ros2 launch mqtt_client standalone.launch.xml
34
34
steps :
35
35
- uses : ika-rwth-aachen/docker-ros@main
36
36
with :
37
- platform : amd64,arm64
37
+ platform : amd64
38
38
target : run
39
39
base-image : rwthika/ros2:kilted
40
40
command : ros2 launch mqtt_client standalone.launch.xml
46
46
steps :
47
47
- uses : ika-rwth-aachen/docker-ros@main
48
48
with :
49
- platform : amd64,arm64
49
+ platform : amd64
50
50
target : run
51
51
base-image : rwthika/ros2:rolling
52
52
command : ros2 launch mqtt_client standalone.launch.xml
Original file line number Diff line number Diff line change 6
6
variables :
7
7
PLATFORM : amd64,arm64
8
8
TARGET : dev,run
9
- BASE_IMAGE : rwthika/ros2:latest
9
+ BASE_IMAGE : rwthika/ros2:jazzy
10
10
COMMAND : ros2 launch mqtt_client standalone.launch.xml
11
11
RMW_IMPLEMENTATION : rmw_zenoh_cpp
You can’t perform that action at this time.
0 commit comments