Add ppc* systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
3a3df35519
commit
96ddfd3126
8 changed files with 78 additions and 0 deletions
|
@ -8,6 +8,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/ppc/ppc64le
|
|||
SPECS="stage1-openrc.spec stage3-openrc.spec"
|
||||
OPTIONAL_SPECS+=" installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
OPTIONAL_SPECS+=" stage1-systemd.spec stage3-systemd.spec"
|
||||
OPTIONAL_SPECS+=" stage1-systemd-mu.spec stage3-systemd-mu.spec"
|
||||
OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec"
|
||||
OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec"
|
||||
OPTIONAL_SPECS+=" stage1-systemd-mergedusr-power9le.spec stage3-systemd-mergedusr-power9le.spec"
|
||||
|
@ -51,6 +52,9 @@ post_build() {
|
|||
stage3-systemd.spec)
|
||||
upload default/stage3-ppc64le-systemd-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
stage3-systemd-mu.spec)
|
||||
upload default/stage3-ppc64le-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
stage3-openrc-power9le.spec)
|
||||
upload power9le/stage3-power9le-openrc-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue