Add arm64 desktop systemd mu stage

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-12-29 23:41:11 +01:00
parent 64a00207f3
commit e66c594471
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,10 @@
subarch: arm64
target: stage3
version_stamp: desktop-systemd-mergedusr-@TIMESTAMP@
rel_type: mergedusr
profile: default/linux/arm64/17.0/desktop/systemd/merged-usr
snapshot: @TIMESTAMP@
source_subpath: mergedusr/stage1-arm64-systemd-mergedusr-@TIMESTAMP@.tar.xz
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -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