Skip to content

Implement lock free ring buffer with throttling [HUMBLE/IRON] (#321) #537

Implement lock free ring buffer with throttling [HUMBLE/IRON] (#321)

Implement lock free ring buffer with throttling [HUMBLE/IRON] (#321) #537

Workflow file for this run

name: ouster-ros
on:
push:
branches:
- ros2
pull_request:
branches:
- ros2
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ros_distro:
- rolling
- humble
- iron
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Build the Docker image
run: |
docker build . \
--build-arg ROS_DISTRO=${{ matrix.ros_distro }} \
--file Dockerfile \
--tag ouster-ros-${{ matrix.ros_distro }}:$(date +%s)