Add ia64 systemd merged-usr build

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-11-16 22:42:34 +01:00
parent c13e2dbe23
commit c5e8ae2dda
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
3 changed files with 26 additions and 1 deletions

View file

@ -5,7 +5,7 @@ UPLOAD_USER=ia64
UPLOAD_KEY=/root/.ssh/id_rsa
SPECS_DIR=${REPO_DIR}/releases/specs/ia64
SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec stage3-systemd.spec"
SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec stage3-systemd.spec stage1-systemd-mu.spec stage3-systemd-mu.spec"
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
@ -38,6 +38,9 @@ post_build() {
stage3-systemd.spec)
upload stage3-*systemd-${TIMESTAMP}*.xz*
;;
stage3-systemd-mu.spec)
upload stage3-*systemd-mergedusr-${TIMESTAMP}*.xz*
;;
*)
echo "Finished ${spec}"
;;