You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
The cross-compile workflow can be simplified by having a GH Action run cross-compile and upload the workspace as an artifact.
The intended output of this issue is to release a GitHub Action to the marketplace that ROS workspace repositories can use to run this tool to cross-compile the workspace and upload the artifacts.
Related Issues
N/A
Completion Criteria
A ROS github repository can use a GitHub Action from the marketplace to cross-compile their package to any platform supported by this tool, and download the built artifact when it is done.
Implementation Notes / Suggestions
Not filled out
Testing Notes / Suggestions
Integration+Manual Testing:
Add cross-compile GH action to a simple ROS2 project repo on GitHub
Verify (manually) that the ws image is valid
The text was updated successfully, but these errors were encountered:
Oh I get what you're saying now, how do you upload the ws, seems too big to be an artefact, does that incorporate pushing the docker image to the GitHub registry?
Description
The cross-compile workflow can be simplified by having a GH Action run cross-compile and upload the workspace as an artifact.
The intended output of this issue is to release a GitHub Action to the marketplace that ROS workspace repositories can use to run this tool to cross-compile the workspace and upload the artifacts.
Related Issues
N/A
Completion Criteria
Implementation Notes / Suggestions
Not filled out
Testing Notes / Suggestions
The text was updated successfully, but these errors were encountered: