Skip to content

Commit 2e495ed

Browse files
committed
engine/install: various touch-ups
- lowercase "arm" architectures - swap arm / arm64 columns (as arm 32-bit is only for a single distro) - remove raspbian arm64 Raspbian is 32 bit, and we don't ship packages for raspbian arm64 - add (32-bit) mention to arm column - add "Apple Silicon" to the Docker Desktop table for completeness Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e3a1f30 commit 2e495ed

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

engine/install/index.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@ your preferred operating system below.
4646

4747
{% assign yes = '![yes](/images/green-check.svg){: .inline style="height: 14px; margin: 0 auto"}' %}
4848

49-
| Platform | x86_64 / amd64 |
50-
|:------------------------------------------------------------------|:------------------------------------------------:|
51-
| [Docker Desktop for Mac (macOS)](../../docker-for-mac/install.md) | [{{ yes }}](../../docker-for-mac/install.md) |
52-
| [Docker Desktop for Windows](../../docker-for-windows/install.md) | [{{ yes }}](../../docker-for-windows/install.md) |
49+
| Platform | x86_64 / amd64 | arm64 (Apple Silicon) |
50+
|:------------------------------------------------------------------|:------------------------------------------------:|:------------------------------------------------:|
51+
| [Docker Desktop for Mac (macOS)](../../docker-for-mac/install.md) | [{{ yes }}](../../docker-for-mac/install.md) | [{{ yes }}](../../docker-for-mac/install.md) |
52+
| [Docker Desktop for Windows](../../docker-for-windows/install.md) | [{{ yes }}](../../docker-for-windows/install.md) | |
5353

5454
### Server
5555

5656
Docker provides `.deb` and `.rpm` packages from the following Linux distributions
5757
and architectures:
5858

59-
| Platform | x86_64 / amd64 | ARM | ARM64 / AARCH64 |
60-
|:----------------------|:-----------------------|:-------------------------|:-----------------------|
61-
| [CentOS](centos.md) | [{{ yes }}](centos.md) | | [{{ yes }}](centos.md) |
62-
| [Debian](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) |
63-
| [Fedora](fedora.md) | [{{ yes }}](fedora.md) | | [{{ yes }}](fedora.md) |
64-
| [Raspbian](debian.md) | | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) |
65-
| [Ubuntu](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) |
59+
| Platform | x86_64 / amd64 | arm64 / aarch64 | arm (32-bit) |
60+
|:----------------------|:-----------------------|:-----------------------|:-------------------------|
61+
| [CentOS](centos.md) | [{{ yes }}](centos.md) | [{{ yes }}](centos.md) | |
62+
| [Debian](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) |
63+
| [Fedora](fedora.md) | [{{ yes }}](fedora.md) | [{{ yes }}](fedora.md) | |
64+
| [Raspbian](debian.md) | | | [{{ yes }}](debian.md) |
65+
| [Ubuntu](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) |
6666

6767
### Other Linux distributions
6868

@@ -106,10 +106,10 @@ and **nightly**:
106106

107107
Year-month releases are made from a release branch diverged from the master
108108
branch. The branch is created with format `<year>.<month>`, for example
109-
`19.03`. The year-month name indicates the earliest possible calendar
109+
`20.10`. The year-month name indicates the earliest possible calendar
110110
month to expect the release to be generally available. All further patch
111-
releases are performed from that branch. For example, once `v19.03.0` is
112-
released, all subsequent patch releases are built from the `19.03` branch.
111+
releases are performed from that branch. For example, once `v20.10.0` is
112+
released, all subsequent patch releases are built from the `20.10` branch.
113113

114114
### Test
115115

0 commit comments

Comments
 (0)