diff --git a/.github/workflows/humble-binary-main-arm.yml b/.github/workflows/humble-binary-main-arm.yml new file mode 100644 index 000000000..cffb5a828 --- /dev/null +++ b/.github/workflows/humble-binary-main-arm.yml @@ -0,0 +1,19 @@ +name: Humble Binary Build Arm +on: + workflow_dispatch: + pull_request: + branches: + - humble + +jobs: + humble_binary_arm: + name: humble binary build arm + runs-on: ubuntu-22.04-arm + strategy: + fail-fast: false + steps: + - uses: actions/checkout@v4 + - uses: 'ros-industrial/industrial_ci@master' + env: + ROS_DISTRO: humble + ROS_REPO: main