File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Where `u-boot-builder` is the name of the image.
111111Then, start a Docker container based on the Image:
112112
113113```
114- docker run --rm -it uboot-builder-with-srcu -boot-builder bash
114+ docker run --rm -it u -boot-builder bash
115115```
116116
117117#### Step 4: Build u-boot in the Docker container
@@ -141,7 +141,7 @@ docker pull onion/u-boot-builder:latest
141141Then, start a Docker container based on the Image:
142142
143143```
144- docker run --rm -it uboot-builder-with-srcu- boot-builder bash
144+ docker run --rm -it onion/u- boot-builder:latest bash
145145```
146146
147147#### Step 3: Build u-boot in the Docker container
@@ -197,4 +197,6 @@ docker buildx build \
197197 -t [IMAGE_TAG] \
198198 --load \
199199 .
200- ```
200+ ```
201+
202+ The Images can now be pushed to a Docker Image registry. They are not automatically loaded for use since they are for multiple architectures.
You can’t perform that action at this time.
0 commit comments