Skip to content

Commit 1e1a07b

Browse files
committed
Tweaks to make arm64 specific stuff more clear
1 parent b244c7b commit 1e1a07b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ If you want to build the package for ARM64 architecture in non ARM64 host system
127127
2. Build the docker image with ARM64 target running Ubuntu 22.04 and ROS Humble.
128128
129129
```
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 .
131131
```
132132
133133
3. Run the docker image
134134
135135
```
136-
docker run -it bosdyn_msgs /bin/bash
136+
docker run -it bosdyn_msgs/arm64 /bin/bash
137137
```
138138
139139
4. Inside the container follow the steps in the **Create debian structure** section.

Dockerfile renamed to docker/arm64/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ RUN apt-get update && apt-get install -y \
1616

1717
RUN git clone https://github.com/bdaiinstitute/bosdyn_msgs.git
1818

19-
CMD ["bash"]
19+
CMD ["bash"]
20+

0 commit comments

Comments
 (0)