Skip to content

Commit 1d57487

Browse files
authored
docs: corrected mention of armv7 for latest/stable (#2793)
1 parent f23403a commit 1d57487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/versions/java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ where `<tag>` refers to the first column of this table:
1212

1313
| Tag | Java version | Linux | JVM Type | Architecture |
1414
|------------------|--------------|--------|--------------------|-------------------|
15-
| latest | 21 | Ubuntu | Hotspot | amd64,arm64,armv7 |
16-
| stable | 21 | Ubuntu | Hotspot | amd64,arm64,armv7 |
15+
| latest | 21 | Ubuntu | Hotspot | amd64,arm64 |
16+
| stable | 21 | Ubuntu | Hotspot | amd64,arm64 |
1717
| java21 | 21 | Ubuntu | Hotspot | amd64,arm64 |
1818
| java21-alpine | 21 | Alpine | Hotspot | amd64 |
1919
| java21-graalvm | 21 | Oracle | Oracle GraalVM[^1] | amd64,arm64 |

0 commit comments

Comments
 (0)