Skip to content

Commit

Permalink
comment about ubunut_2404/Dockerfile not currently working
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Jun 9, 2024
1 parent b08bb53 commit e24f306
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ubuntu_24_04.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ubuntu 20.04 Noetic ROS build from source
name: Ubuntu 24.04 Noetic ROS build from source in docker

on:
push:
Expand All @@ -19,3 +19,6 @@ jobs:
run: |
cd ros_from_src
docker build --build-arg IMAGE=ubuntu:24.04 --build-arg PYTHON_MINOR_VERSION=10 . -t ros2404
# TODO(lucasw) ubuntu_2404/Dockerfile doesn't work, was depending on the now-removed
# apt debian science ros packages

0 comments on commit e24f306

Please sign in to comment.