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
@@ -107,4 +111,31 @@ dpkg-deb: building package 'ros-humble-bosdyn-msgs' in '../ros-humble-bosdyn-msg
107
111
108
112
### Upload debian to GitHub
109
113
110
-
You should now have a `.deb` file containing the `bosdyn_msgs` package. You need to upload that as a release to GitHub [here](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository). Please increment the version of the release. At some point we may consider automating this process but we don't have a formalized way of doing these precompilations yet.
114
+
You should now have a `.deb` file containing the `bosdyn_msgs` package. You need to upload that as a release to GitHub [here](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository). Please increment the version of the release. At some point we may consider automating this process but we don't have a formalized way of doing these precompilations yet.
115
+
116
+
## Build package for ARM64
117
+
118
+
If you want to build the package forARM64 architecturein non ARM64 host system you can do so through a docker container.
119
+
120
+
1. To create docker images on the development environment for a different architecture, first run the following commands:
0 commit comments