Add beta content sets and build for s390x

Resolves: #1620520
This commit is contained in:
Petr Kubat 2018-09-07 08:57:48 +02:00 committed by Honza Horak
commit e8acf778dd
2 changed files with 9 additions and 8 deletions

View file

@ -6,3 +6,4 @@ platforms:
- x86_64
- ppc64le
- aarch64
- s390x

View file

@ -5,17 +5,17 @@
# 2. You are preparing new product release and your content sets will change
---
x86_64:
- rhel-8-for-x86_64-baseos-rpms
- rhel-8-for-x86_64-appstream-rpms
- rhel-8-for-x86_64-baseos-beta-rpms
- rhel-8-for-x86_64-appstream-beta-rpms
ppc64le:
- rhel-8-for-ppc64le-baseos-rpms
- rhel-8-for-ppc64le-appstream-rpms
- rhel-8-for-ppc64le-baseos-beta-rpms
- rhel-8-for-ppc64le-appstream-beta-rpms
s390x:
- rhel-8-for-system-z-baseos-rpms
- rhel-8-for-system-z-appstream-rpms
- rhel-8-for-s390x-baseos-beta-rpms
- rhel-8-for-s390x-appstream-beta-rpms
aarch64:
- rhel-8-for-aarch64-baseos-rpms
- rhel-8-for-aarch64-appstream-rpms
- rhel-8-for-aarch64-baseos-beta-rpms
- rhel-8-for-aarch64-appstream-beta-rpms