Updated Readme

This commit is contained in:
Swarup Sengupta
2022-06-15 01:20:59 +05:30
parent 1e2921b81b
commit 75d3c4a3ff
+2 -1
View File
@@ -28,7 +28,8 @@ sudo docker buildx create --name cross-platform --platform ${TARGETS} --use
sudo docker buildx build -t <your_username>/<your_tag> . --load
# Build for multi-arch and push to registry
sudo docker build --build-arg TARGETS=${TARGETS} -t <your_username>/<your_tag> --platform ${TARGETS} . --push
sudo docker build --build-arg TARGETS=${TARGETS} -t <your_username>/<your_tag> \
--platform ${TARGETS} . --push
```
***