Skip to content

Commit f080844

Browse files
committed
Updated the manual build docs of multi-platform
1 parent 00dd2c3 commit f080844

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

content/manuals/build/ci/github-actions/multi-platform.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ jobs:
4747
4848
## Build and load multi-platform images
4949
50-
The default Docker setup for GitHub Actions runners does not support loading
51-
multi-platform images to the local image store of the runner after building
52-
them. To load a multi-platform image, you need to enable the containerd image
53-
store option for the Docker Engine.
50+
The default Docker setup for GitHub Actions runners supports building and pushing multi-platform images to registries. However, it does not support loading multi-platform images to the local image store of the runner after building them. To load a multi-platform image locally, you need to enable the containerd image store option for the Docker Engine.
5451
5552
There is no way to configure the default Docker setup in the GitHub Actions
5653
runners directly, but you can use `docker/setup-docker-action` to customize the

0 commit comments

Comments
 (0)