Updated Readme

This commit is contained in:
Swarup Sengupta
2022-06-15 01:20:31 +05:30
parent 7b4c0acdc0
commit 1e2921b81b
+1 -2
View File
@@ -28,8 +28,7 @@ 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
```
***