File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -127,13 +127,13 @@ If you want to build the package for ARM64 architecture in non ARM64 host system
127
127
2. Build the docker image with ARM64 target running Ubuntu 22.04 and ROS Humble.
128
128
129
129
` ` `
130
- docker build -t bosdyn_msgs --platform linux/arm64/v8 -f Dockerfile .
130
+ docker build -t bosdyn_msgs/arm64 --platform linux/arm64/v8 -f docker/arm64/ Dockerfile .
131
131
` ` `
132
132
133
133
3. Run the docker image
134
134
135
135
` ` `
136
- docker run -it bosdyn_msgs /bin/bash
136
+ docker run -it bosdyn_msgs/arm64 /bin/bash
137
137
` ` `
138
138
139
139
4. Inside the container follow the steps in the ** Create debian structure** section.
Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ RUN apt-get update && apt-get install -y \
16
16
17
17
RUN git clone https://github.com/bdaiinstitute/bosdyn_msgs.git
18
18
19
- CMD ["bash" ]
19
+ CMD ["bash" ]
20
+
You can’t perform that action at this time.
0 commit comments