Browse Source

Merge pull request #1511 from gdams/windows-amd64

adoptopenjdk: add windows-amd64 to arch list
Tianon Gravi 6 years ago
parent
commit
69916a32bb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      adoptopenjdk/content.md

+ 2 - 2
adoptopenjdk/content.md

@@ -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:
 
 -	HotSpot
-	-	amd64, arm32v7, arm64v8, ppc64le, s390x
+	-	`amd64`, `arm32v7`, `arm64v8`, `ppc64le`, `s390x`, `windows-amd64`
 -	Eclipse OpenJ9
-	-	amd64, ppc64le, s390x
+	-	`amd64`, `ppc64le`, `s390x`, `windows-amd64`
 
 # How to use this Image