Skip to content

test build ros2 armhf #1

test build ros2 armhf

test build ros2 armhf #1

Workflow file for this run

# bloom-generate rosdebian
# fakeroot debian/rules binary
on: [push]
permissions:
contents: write
jobs:
build_testing:
runs-on: ubuntu-latest
strategy:
matrix:
ros_distro: [humble]
deb_distro: [jammy]
arch: [amd64, armhf]
steps:
- uses: actions/checkout@v4
- uses: jspricke/ros-deb-builder-action@main
with:
ROS_DISTRO: ${{ matrix.ros_distro }}
DEB_DISTRO: ${{ matrix.deb_distro }}
DEB_ARCH: ${{ matrix.arch }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOS_FILE: ./ros2_sources.repos
SKIP_CHECKOUT: true