Skip to content

Commit

Permalink
Merge pull request #178 from linux-on-ibm-z/s390x-support
Browse files Browse the repository at this point in the history
Request to build and release images for s390x
  • Loading branch information
jmesnil authored May 30, 2024
2 parents fe29702 + d4c29b3 commit fb7e8bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
include:
- jdk-version: 11
dist: centos7
platforms: linux/amd64,linux/arm64
- jdk-version: 17
dist: centos7
platforms: linux/amd64,linux/arm64
- jdk-version: 21
dist: ubi9-minimal
platforms: linux/amd64,linux/arm64,linux/s390x
environment: quay.io
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -58,9 +61,9 @@ jobs:
uses: docker/[email protected]
with:
push: true
platforms: linux/amd64,linux/arm64
platforms: ${{ matrix.platforms }}
build-args: |
jdk=${{ matrix.jdk-version }}
dist=${{ matrix.dist }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit fb7e8bc

Please sign in to comment.