Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelgaspar committed Sep 12, 2022
1 parent aa64a19 commit e614c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public-docker-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ You should run these commands from the project root.
For the Debian-based image:

```
docker buildx build --platform=linux/amd64,linux/arm64 --no-cache -t veneur-local -f public-docker-images/Dockerfile-debian-sid --pull --push .
docker buildx build --platform=linux/amd64,linux/arm64 --no-cache -t veneur:local -f public-docker-images/Dockerfile-debian-sid --pull --push .
```

For the Alpine Linux-based image:

```
docker buildx build --platform=linux/amd64,linux/arm64 --no-cache -t veneur-local -f public-docker-images/Dockerfile-alpine --pull --push .
docker buildx build --platform=linux/amd64,linux/arm64 --no-cache -t veneur:local -f public-docker-images/Dockerfile-alpine --pull --push .
```

For both cases you could remove ```--platform` arugment if you just plan build for the host architechture.
Expand Down

0 comments on commit e614c3b

Please sign in to comment.