Add arm64 desktop systemd mu stage
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
64a00207f3
commit
e66c594471
2 changed files with 14 additions and 1 deletions
|
@ -12,7 +12,7 @@ SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec stage3d-openrc.spec"
|
|||
SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
|
||||
SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec stage3d-systemd.spec"
|
||||
SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
|
||||
SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec stage3d-systemd-mu.spec"
|
||||
|
||||
SET_llvm_openrc_SPECS="llvm/stage1-openrc.spec llvm/stage3-openrc.spec"
|
||||
|
||||
|
@ -72,6 +72,9 @@ post_build() {
|
|||
stage3-systemd-mu.spec)
|
||||
upload stage3-${SUBARCH}-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
stage3d-systemd-mu.spec)
|
||||
upload stage3-${SUBARCH}-desktop-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue