diff options
| author | Bin Meng <[email protected]> | 2025-11-10 21:56:32 +0800 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-11-15 11:43:45 +0100 |
| commit | e0adf4c5a44a026aa158c456a29b7f7d64c90f9d (patch) | |
| tree | a47f03bf4ebb30e50b9688f0f7f9729f9d943c16 /doc/build | |
| parent | ea99509b67d92c261e8cc1d293edd8462974bc5a (diff) | |
docker: Correct the linux/arm64 platform string
The Dockerfile is using linux/arm64 without the /v8 suffix.
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/docker.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/docker.rst b/doc/build/docker.rst index 4974a98d4af..791eb215617 100644 --- a/doc/build/docker.rst +++ b/doc/build/docker.rst @@ -36,7 +36,7 @@ To build the image yourself: .. code-block:: bash - sudo docker buildx build --platform linux/arm64/v8,linux/amd64 -t your-namespace:your-tag . + sudo docker buildx build --platform linux/arm64,linux/amd64 -t your-namespace:your-tag . Or to use an existing container |
