Skip to content

Commit f596a4a

Browse files
author
Osni Oliveira
committed
Change the build architecture to IBM Z (s390x)
Changes/fixes include: - Add content sets for s390x architecture - Remove the x86_64 architecture from the build, add s390x References: IBMZP-28, JDG-3368 WARNING: the image might be in a non-buildable state after this commit, required changes might be present in future commits.
1 parent ea39861 commit f596a4a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

container.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
platforms:
22
only:
3-
- x86_64
4-
3+
- s390x
54
compose:
65
pulp_repos: true
76
packages:

content_sets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
x86_64:
22
- rhel-8-for-x86_64-baseos-rpms
33
- rhel-8-for-x86_64-appstream-rpms
4+
s390x:
5+
- rhel-8-for-s390x-baseos-rpms
6+
- rhel-8-for-s390x-appstream-rpms

0 commit comments

Comments
 (0)