We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d248c9 commit 52f687dCopy full SHA for 52f687d
README.md
@@ -126,8 +126,9 @@ $ docker run \
126
## Build a release image
127
```bash
128
$ docker build \
129
- --platform linux/386,linux/amd64,linux/arm,linux/arm64 \
130
- -t image:tag \
+ --platform linux/amd64,linux/arm,linux/arm64 \
+ -t image:x.x.x \
131
+ -t image:latest \
132
.
133
```
134
0 commit comments