Add x32 systemd mergedusr build

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-11-27 12:57:23 +01:00
parent 5fb1d14a9c
commit 8cd7cbb4d1
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
3 changed files with 28 additions and 0 deletions

View file

@ -29,6 +29,7 @@ SETS="
musl_llvm
x32_openrc
x32_systemd
x32_systemd_mu
"
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
@ -72,6 +73,8 @@ SET_x32_openrc_SPECS="x32/stage1-openrc.spec x32/stage3-openrc.spec"
SET_x32_systemd_SPECS="x32/stage1-systemd.spec x32/stage3-systemd.spec"
SET_x32_systemd_mu_SPECS="x32/stage1-systemd-mu.spec x32/stage3-systemd-mu.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/amd64
EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
@ -145,6 +148,9 @@ post_build() {
nomultilib/stage3-systemd-mu.spec)
upload stage3-amd64-nomultilib-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
x32/stage3-systemd-mu.spec)
upload stage3-x32-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null || exit