Skip to content

Commit

Permalink
Add platform tag to docs docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley authored Sep 4, 2023
1 parent 9a01948 commit 4ece096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wiki/docker-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

To build an image locally, use this command.
```
docker build --tag IMAGE_NAME .
docker build --platform linux/amd64 --tag IMAGE_NAME .
```

For example,
```
docker build --tag coedl/elpis:latest --tag coedl/elpis:0.96.8 .
docker build --platform linux/amd64 --tag coedl/elpis:latest --tag coedl/elpis:0.96.8 .
```

After building, push to the hub. Login first
Expand Down

0 comments on commit 4ece096

Please sign in to comment.