Merge pull request #1511 from gdams/windows-amd64

adoptopenjdk: add windows-amd64 to arch list
This commit is contained in:
Tianon Gravi 2019-06-26 14:09:44 -07:00 committed by GitHub
commit 69916a32bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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