Skip to content

Support FUSA dual returns udp profile [NOETIC] #546

Support FUSA dual returns udp profile [NOETIC]

Support FUSA dual returns udp profile [NOETIC] #546

Workflow file for this run

name: ouster-ros
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ros_distro:
- noetic
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)