Merge pull request #19420 from zevisert/patch-1

docs: update wrong numeral adjectives in multi-platform.md
This commit is contained in:
David Karlsson 2024-02-15 20:11:14 +01:00 committed by GitHub
commit cb3541eaf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ $ docker build \
--platform=linux/amd64,linux/arm64,linux/arm/v7 .
```
This command uses emulation to run the same build four times, once for each
This command uses emulation to run the same build three times, once for each
platform. The build results are exported to a `bin` directory.
```text
@ -94,7 +94,7 @@ bin
When you build for multiple platforms concurrently,
BuildKit runs all of the build steps under emulation for each platform that you specify.
Effectively forking the build into two concurrent processes.
Effectively forking the build into multiple concurrent processes.
![Build pipelines using emulation](./images/emulation.png)