adoptopenjdk: add windows-amd64 to arch list

This commit is contained in:
George Adams 2019-06-26 11:33:14 +01:00
parent 60e491ca54
commit 24ac6eaae2
No known key found for this signature in database
GPG Key ID: 7B8D7E4421A0916D
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ There are two types of Docker images here: the Java Development Kit (JDK) and th
Docker Images for the following architectures are now available: Docker Images for the following architectures are now available:
- HotSpot - HotSpot
- amd64, arm32v7, arm64v8, ppc64le, s390x - `amd64`, `arm32v7`, `arm64v8`, `ppc64le`, `s390x`, `windows-amd64`
- Eclipse OpenJ9 - Eclipse OpenJ9
- amd64, ppc64le, s390x - `amd64`, `ppc64le`, `s390x`, `windows-amd64`
# How to use this Image # How to use this Image