Skip to content

Commit

Permalink
Update officially supported architectures to include arm32v6
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 25, 2019
1 parent beb4315 commit df360fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ The name of this program was chosen in an attempt to reflect that upstream-first
Some images have been ported for other architectures, and many of these are officially supported (to various degrees).

- Architectures officially supported by Docker, Inc. for running Docker: (see [download.docker.com](https://download.docker.com/linux/))
- ARMv6 32-bit (`arm32v6`): https://hub.docker.com/u/arm32v6/
- ARMv7 32-bit (`arm32v7`): https://hub.docker.com/u/arm32v7/
- ARMv8 64-bit (`arm64v8`): https://hub.docker.com/u/arm64v8/
- Linux x86-64 (`amd64`): https://hub.docker.com/u/amd64/
- Windows x86-64 (`windows-amd64`): https://hub.docker.com/u/winamd64/
- Other architectures built by official images: (but *not* officially supported by Docker, Inc.)
- ARMv5 32-bit (`arm32v5`): https://hub.docker.com/u/arm32v5/
- ARMv6 32-bit (`arm32v6`): https://hub.docker.com/u/arm32v6/
- IBM POWER8 (`ppc64le`): https://hub.docker.com/u/ppc64le/
- IBM z Systems (`s390x`): https://hub.docker.com/u/s390x/
- x86/i686 (`i386`): https://hub.docker.com/u/i386/
Expand Down

0 comments on commit df360fb

Please sign in to comment.