Merge pull request #84 from tiborvass/platform-local

Update README to use --platform=local with Docker 19.03
This commit is contained in:
Tibor Vass 2019-05-24 17:16:03 -07:00 committed by GitHub
commit 61a6fdd767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ $ make install
### with buildx or Docker 19.03
```
$ export DOCKER_BUILDKIT=1
$ # choose a platform that matches your architecture
$ docker build --platform=[darwin,windows,linux,linux/arm64] -o . git://github.com/docker/buildx
$ docker build --platform=local -o . git://github.com/docker/buildx
$ mv buildx ~/.docker/cli-plugins/docker-buildx
```