Skip to content

Commit 97af5c0

Browse files
add AlmaLinux to colcon CI
1 parent a53b368 commit 97af5c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/colcon-workspace.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ jobs:
2424
ros_distribution: jazzy
2525
ros_version: 2
2626

27+
- docker_image: almalinux:8
28+
ros_distribution: humble
29+
ros_version: 2
30+
31+
- docker_image: almalinux:9
32+
ros_distribution: jazzy
33+
ros_version: 2
34+
2735
container:
2836
image: ${{ matrix.docker_image }}
2937

0 commit comments

Comments
 (0)