Skip to content

Update ubuntu_20_04.yml run git clone properly #19

Update ubuntu_20_04.yml run git clone properly

Update ubuntu_20_04.yml run git clone properly #19

Workflow file for this run

name: Ubuntu 24.04 Noetic ROS build from source in docker
on:
push:
workflow_dispatch:
jobs:
ubuntu2404dockeron2204:
runs-on: ubuntu-24.04
# env:
steps:
- name: git clone git@github.com:lucasw/ros_from_src
uses: actions/checkout@v4
with:
path: ros_from_src
submodules: recursive
- name: docker build from source 24.04
run: |
cd ros_from_src
docker build --build-arg IMAGE=ubuntu:24.04 . -t ros2404
# TODO(lucasw) ubuntu_2404/Dockerfile doesn't work, was depending on the now-removed
# apt debian science ros packages