Skip to content

Commit 38174c3

Browse files
committed
Only run ubuntu-24.04-arm for rolling
1 parent dc72e58 commit 38174c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626

2727
build:
2828
needs: identify-ros-distro
29-
# Use different runners based on the architecture (x64 or arm64)
3029
runs-on: ubuntu-${{ matrix.ubuntu-version }}
3130
container:
3231
image: ${{ needs.identify-ros-distro.outputs.linuxos }}
@@ -36,11 +35,12 @@ jobs:
3635
node-version: [20.X, 22.X, 24.X]
3736
architecture: [x64]
3837
ubuntu-version: [latest]
39-
# Add arm64 support with a specific runner
38+
# Add arm64 support for rolling.
4039
include:
4140
- architecture: arm64
4241
node-version: 22.X
4342
ubuntu-version: 24.04-arm
43+
condition: ${{ contains(github.ref, 'develop') }}
4444
steps:
4545
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
4646
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)