Skip to content

Commit a772933

Browse files
committed
Add a humble arm Runner
1 parent ef09036 commit a772933

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Humble Binary Build Arm
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- humble
7+
8+
jobs:
9+
humble_binary_arm:
10+
name: humble binary build
11+
runs-on: ubuntu-22.04-arm
12+
strategy:
13+
fail-fast: false
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: 'ros-industrial/industrial_ci@master'
17+
env:
18+
ROS_DISTRO: humble
19+
ROS_REPO: main

0 commit comments

Comments
 (0)