Skip to content

Commit a473d38

Browse files
committed
remove arm64 from github ci
1 parent 5ebdedb commit a473d38

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker-ros.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: ika-rwth-aachen/docker-ros@main
1111
with:
12-
platform: amd64,arm64
12+
platform: amd64
1313
target: run
1414
base-image: rwthika/ros2:humble
1515
command: ros2 launch mqtt_client standalone.launch.xml
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: ika-rwth-aachen/docker-ros@main
2323
with:
24-
platform: amd64,arm64
24+
platform: amd64
2525
target: run
2626
base-image: rwthika/ros2:jazzy
2727
command: ros2 launch mqtt_client standalone.launch.xml
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: ika-rwth-aachen/docker-ros@main
3636
with:
37-
platform: amd64,arm64
37+
platform: amd64
3838
target: run
3939
base-image: rwthika/ros2:kilted
4040
command: ros2 launch mqtt_client standalone.launch.xml
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: ika-rwth-aachen/docker-ros@main
4848
with:
49-
platform: amd64,arm64
49+
platform: amd64
5050
target: run
5151
base-image: rwthika/ros2:rolling
5252
command: ros2 launch mqtt_client standalone.launch.xml

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ ros2:
66
variables:
77
PLATFORM: amd64,arm64
88
TARGET: dev,run
9-
BASE_IMAGE: rwthika/ros2:latest
9+
BASE_IMAGE: rwthika/ros2:jazzy
1010
COMMAND: ros2 launch mqtt_client standalone.launch.xml
1111
RMW_IMPLEMENTATION: rmw_zenoh_cpp

0 commit comments

Comments
 (0)