Skip to content

Commit ea4578b

Browse files
Specify linux/amd64 and linux/arm64 archs in the docs (#114)
* Specify linux amd64 and arm64 archs in the docs * Update docs/extensions/multi-arch.md Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com> Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com>
1 parent b7585e7 commit ea4578b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/extensions/multi-arch.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Introduction
22

3-
As an extension author, you must ensure the extension you create is supported in multiple architectures. Docker Extensions are images that can be built against multiple architectures, e.g. `amd64` or `arm64`.
3+
As an extension author, you must ensure the extension is supported for at least the following architectures:
4+
5+
- `linux/amd64`
6+
- `linux/arm64`
47

58
Docker Desktop will retrieve the extension image according to the user's system architecture. If the extension does not provide an image that matches the user's system architecture, Docker Desktop won't be able to install the extension. As a result, users won't be able to run the extension in Docker Desktop.
69

0 commit comments

Comments
 (0)