Skip to content

Commit 3dd96b6

Browse files
committed
Add riscv64 to README
See also docker-library#10502
1 parent aad837e commit 3dd96b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Some images have been ported for other architectures, and many of these are offi
7171
- IBM POWER8 (`ppc64le`): https://hub.docker.com/u/ppc64le/
7272
- IBM z Systems (`s390x`): https://hub.docker.com/u/s390x/
7373
- MIPS64 LE (`mips64le`): https://hub.docker.com/u/mips64le/
74+
- RISC-V 64-bit (`riscv64`): https://hub.docker.com/u/riscv64/
7475
- x86/i686 (`i386`): https://hub.docker.com/u/i386/
7576

7677
As of 2017-09-12, these other architectures are included under the non-prefixed images via ["manifest lists"](https://docs.docker.com/registry/spec/manifest-v2-2/#manifest-list) (also known as ["indexes" in the OCI image specification](https://github.com/opencontainers/image-spec/blob/v1.0.0/image-index.md)), such that, for example, `docker run hello-world` should run as-is on all supported platforms.
@@ -311,7 +312,7 @@ For image updates which constitute a security fix, there are a few things we rec
311312

312313
#### Multiple Architectures
313314

314-
Each repo can specify multiple architectures for any and all tags. If no architecture is specified, images are built in Linux on `amd64` (aka x86-64). To specify more or different architectures, use the `Architectures` field (comma-delimited list, whitespace is trimmed). Valid architectures are found in [Bashbrew's `oci-platform.go` file](https://github.com/docker-library/bashbrew/blob/v0.1.0/vendor/github.com/docker-library/go-dockerlibrary/architecture/oci-platform.go#L14-L26):
315+
Each repo can specify multiple architectures for any and all tags. If no architecture is specified, images are built in Linux on `amd64` (aka x86-64). To specify more or different architectures, use the `Architectures` field (comma-delimited list, whitespace is trimmed). Valid architectures are found in [Bashbrew's `oci-platform.go` file](https://github.com/docker-library/bashbrew/blob/v0.1.2/architecture/oci-platform.go#L14-L27):
315316

316317
- `amd64`
317318
- `arm32v6`
@@ -320,6 +321,7 @@ Each repo can specify multiple architectures for any and all tags. If no archite
320321
- `i386`
321322
- `mips64le`
322323
- `ppc64le`
324+
- `riscv64`
323325
- `s390x`
324326
- `windows-amd64`
325327

0 commit comments

Comments
 (0)