Skip to content

Commit

Permalink
use 24.04 dependencies and repos in 22.04 build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Jul 19, 2024
1 parent 0935555 commit c9f5d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_22_04_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: docker build from source 22.04
run: |
cd ros_from_src
docker build --build-arg IMAGE=ubuntu:22.04 --build-arg PYTHON_MINOR_VERSION=10 . -t ros2204
docker build --build-arg IMAGE=ubuntu:22.04 --build-arg SUBDIR=ubuntu_2404 . -t ros2204
- name: docker build from source and debian 22.04
run: |
Expand Down

0 comments on commit c9f5d79

Please sign in to comment.