Changes between Initial Version and Version 1 of Ticket #16857, comment 79
- Timestamp:
- 2021-04-13T16:42:50+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16857, comment 79
initial v1 29 29 $ docker buildx build --push --platform linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x --build-arg JAVA_VERSION=${VERSION} --tag registry.gitlab.com/smocktaylor/josm/openjdk/ant:${VERSION} . 30 30 }}} 31 Notes: To get all the archs for Java 8, the `FROM` line had to be modified (the latest `adoptopenjdk:8-jdk-hotspot` at build time didn't have arm support). 31 Notes: To get all the archs for Java 8, the `FROM` line had to be modified to `adoptopenjdk:${JAVA_VERSION}-jdk-hotspot-bionic` (the latest `adoptopenjdk:8-jdk-hotspot` at build time didn't have arm support).


