Skip to content

Commit 2a245e3

Browse files
ncwyuval-cloudinary
authored andcommitted
docs: correct notes on docker manual build
1 parent c961b12 commit 2a245e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ docker buildx build -t rclone/rclone:testing --progress=plain --platform linux/a
168168

169169
To make a full build then set the tags correctly and add `--push`
170170

171+
Note that you can't only build one architecture - you need to build them all.
172+
171173
```
172-
docker buildx build --platform linux/amd64,linux/386,linux/arm64,linux/arm/v7 -t rclone/rclone:1.54.1 -t rclone/rclone:1.54 -t rclone/rclone:1 -t rclone/rclone:latest --push .
174+
docker buildx build --platform linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6 -t rclone/rclone:1.54.1 -t rclone/rclone:1.54 -t rclone/rclone:1 -t rclone/rclone:latest --push .
173175
```

0 commit comments

Comments
 (0)