Skip to content

Commit

Permalink
Added java17-openj9 variant
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed Jan 1, 2022
1 parent ce32eb8 commit 466e995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
uses: docker/[email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jdk
FROM ibm-semeru-runtimes:open-17-jdk

LABEL org.opencontainers.image.authors="Geoff Bourne <[email protected]>"

Expand Down

0 comments on commit 466e995

Please sign in to comment.