We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3889eef commit 80314a4Copy full SHA for 80314a4
.github/workflows/linux-arm64-build-and-test.yml
@@ -30,23 +30,16 @@ jobs:
30
node-version: [22.X]
31
architecture: [arm64]
32
ros_distribution:
33
- - humble
34
- jazzy
35
- kilted
36
- - rolling
37
include:
38
- # Humble Hawksbill (May 2022 - May 2027)
39
- - docker_image: ubuntu:jammy
40
- ros_distribution: humble
41
# Jazzy Jalisco (May 2024 - May 2029)
42
- docker_image: ubuntu:noble
43
ros_distribution: jazzy
44
# Kilted Kaiju (May 2025 - Dec 2026)
45
46
ros_distribution: kilted
47
- # Rolling Ridley (No End-Of-Life)
48
- - docker_image: ubuntu:noble
49
- ros_distribution: rolling
+
50
steps:
51
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
52
uses: actions/setup-node@v4
0 commit comments