jspricke / ros-deb-builder-action

Github Action to convert ROS packages to Debian packages
BSD 3-Clause "New" or "Revised" License
65 stars 24 forks source link

Do you have plan to support ubuntu 20.04 & Foxy? #20

Closed jginesclavero closed 1 year ago

jginesclavero commented 1 year ago

Hi @jspricke! Thank you for your work! IDK if you plan to support Foxy in your GithubAction, I did some tests with a custom msg package and it works well in Humble but not in Foxy.

jspricke commented 1 year ago

Can you share a link to your test? I would assume Foxy to work.

jginesclavero commented 1 year ago

Yes, of course! -- https://github.com/jginesclavero/watchbot2_deb/actions/runs/4402520324

jspricke commented 1 year ago

You need to change this line back to 22.04: https://github.com/jginesclavero/watchbot2_deb/blob/main/.github/workflows/build.yml

The VM system is unrelated to the system that is build for.