ci: adjusted for adoptopenjdk for openj9 only on amd64

This commit is contained in:
Geoff Bourne
2021-05-21 16:49:29 -05:00
parent 7229c40202
commit fbc8f72a22
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
uses: docker/build-push-action@v2.4.0 uses: docker/build-push-action@v2.4.0
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
# ensure latest base image is used # ensure latest base image is used