build: use multi-arch platforms in verify-pr (#2166)

...and corrected for lack of arm/v7 support in eclipse-temurin:20-jre image
This commit is contained in:
Geoff Bourne
2023-05-31 13:14:05 -05:00
committed by GitHub
parent e443d6ecf4
commit bc4ffe6493
3 changed files with 18 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ When using the image `itzg/minecraft-server` without a tag, the `latest` image t
| java17-graalvm-ce | 17 | Oracle | GraalVM CE | amd64,arm64 |
| java17-alpine | 17 | Alpine | Hotspot | amd64 |
| java20-alpine | 19 | Alpine | Hotspot | amd64 |
| java20 | 19 | Ubuntu | Hotspot | amd64,arm64,armv7 |
| java20 | 19 | Ubuntu | Hotspot | amd64,arm64 |
For example, to use Java version 8 on any supported architecture: