Skip to content

Commit

Permalink
Fix order of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Mar 25, 2022
1 parent 0642132 commit 19470f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ cd centos5_x64
$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:centos5_x64-be .

$ cd ../centos5_x86
$ docker build --rm --force-rm --squash -t --platform linux/386 evolvedbinary/rocksjava:centos5_x86-be .
$ docker build --rm --force-rm --squash --platform linux/386 -t evolvedbinary/rocksjava:centos5_x86-be .
```

# CentOS 6 Docker Images
Expand Down Expand Up @@ -85,7 +85,7 @@ $ cd alpine3_x64
$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:alpine3_x64-be .

$ cd ../alpine3_x86
$ docker build --rm --force-rm --squash -t --platform linux/386 evolvedbinary/rocksjava:alpine3_x86-be .
$ docker build --rm --force-rm --squash --platform linux/386 -t evolvedbinary/rocksjava:alpine3_x86-be .
```

## Requires ppc64le arch CPU
Expand Down

0 comments on commit 19470f5

Please sign in to comment.