Skip to content

Commit

Permalink
fix: Type in Docker Buildx command in DEPLOYMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfbm authored and tekton-robot committed May 23, 2024
1 parent c1a1fa8 commit 7ab524a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Lets build and push all images to a registry and then create deployments.
- To Build images for multi-architecture use the following command and default value of architecture is `linux/amd64`.

```
docker builx build --platform linux/amd64,linux/s390x,linux/ppc64le -f images/api.Dockerfile -t <image> --push .
docker buildx build --platform linux/amd64,linux/s390x,linux/ppc64le -f images/api.Dockerfile -t <image> --push .
```

### UI Image
Expand Down

0 comments on commit 7ab524a

Please sign in to comment.