Skip to content

Commit

Permalink
Exclude s390x from JDK21 container builds
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Nov 9, 2023
1 parent d9383a6 commit 10a6a7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions redhat/ubi9-openjdk-21-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ osbs:
packages:
- java-21-openjdk-headless
signing_intent: release
platforms:
only: # not s390x (yet)
- x86_64
- ppc64le
- aarch64
repository:
name: containers/openjdk
branch: openjdk-21-runtime-ubi9
Expand Down
5 changes: 5 additions & 0 deletions redhat/ubi9-openjdk-21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ osbs:
- java-21-openjdk-devel
- java-21-openjdk-headless
signing_intent: release
platforms:
only: # not s390x (yet)
- x86_64
- ppc64le
- aarch64
repository:
name: containers/openjdk
branch: openjdk-21-ubi9
Expand Down

0 comments on commit 10a6a7d

Please sign in to comment.