Added java17-openj9 variant

#1209
This commit is contained in:
Geoff Bourne
2022-01-01 11:45:05 -06:00
parent ce32eb8d4f
commit 466e99594e
2 changed files with 3 additions and 2 deletions

View File

@@ -81,7 +81,8 @@ jobs:
uses: docker/build-push-action@v2.7.0
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64
# No arm64/armv7 support: https://hub.docker.com/_/ibm-semeru-runtimes?tab=tags&page=1&name=open-17-jdk
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
# ensure latest base image is used