Skip to content

fix cannot execute binary file issue #20

fix cannot execute binary file issue

fix cannot execute binary file issue #20

Workflow file for this run

# This workflow will only build for Pull Requests which are opened, changed , merged
# that has changes in humble folder or related files
name: Docker Humble build
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- '**'
- '!noetic-foxy/**' # Exclude noetic-foxy folder
jobs:
# Ubuntu 22.04 (ROS2 Humble)
docker-build-humble:
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
with:
file: ./humble/Dockerfile