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 dc72e58 commit 38174c3Copy full SHA for 38174c3
.github/workflows/linux-build-and-test.yml
@@ -26,7 +26,6 @@ jobs:
26
27
build:
28
needs: identify-ros-distro
29
- # Use different runners based on the architecture (x64 or arm64)
30
runs-on: ubuntu-${{ matrix.ubuntu-version }}
31
container:
32
image: ${{ needs.identify-ros-distro.outputs.linuxos }}
@@ -36,11 +35,12 @@ jobs:
36
35
node-version: [20.X, 22.X, 24.X]
37
architecture: [x64]
38
ubuntu-version: [latest]
39
- # Add arm64 support with a specific runner
+ # Add arm64 support for rolling.
40
include:
41
- architecture: arm64
42
node-version: 22.X
43
ubuntu-version: 24.04-arm
+ condition: ${{ contains(github.ref, 'develop') }}
44
steps:
45
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
46
uses: actions/setup-node@v4
0 commit comments