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

configurable architecture #44

Closed christian-rauch closed 6 months ago

christian-rauch commented 6 months ago

This makes the architecture of the target configurable. If the target architecture does not match the host architecture, qemu is used to translate.

I am adding a couple of fixes to make this a bit more robust on the CI.

This is based on https://github.com/jspricke/ros-deb-builder-action/commits/arm64/ (and obsoletes this branch) and fixes https://github.com/jspricke/ros-deb-builder-action/issues/42.

christian-rauch commented 6 months ago

I converted the PR back to a draft in order to squash your suggestions into the history and test again with my CI pipeline. I will turn it "Ready for review" again once I am done and it works in my CI pipeline.

jspricke commented 6 months ago

Thanks a lot!