Skip to content

Commit

Permalink
build the 22.04 dockerfile in 20.04 action, later make a 22.04 action…
Browse files Browse the repository at this point in the history
… modelled after the dockerfile
  • Loading branch information
lucasw committed Nov 13, 2024
1 parent 8025f25 commit 6e364be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ubuntu_20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ jobs:
run: |
cd catkin_ws
catkin build screen_grab --no-deps --catkin-make-args roslint
- name: docker build ubuntu 22.04
run: |
cd catkin_ws
docker build . -t ubuntu_2204

0 comments on commit 6e364be

Please sign in to comment.