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
10
releases/specs/arm64/stage3d-systemd-mu.spec
Normal file
10
releases/specs/arm64/stage3d-systemd-mu.spec
Normal 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
|
|
@ -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_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||||
|
|
||||||
SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec stage3d-systemd.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"
|
SET_llvm_openrc_SPECS="llvm/stage1-openrc.spec llvm/stage3-openrc.spec"
|
||||||
|
|
||||||
|
@ -72,6 +72,9 @@ post_build() {
|
||||||
stage3-systemd-mu.spec)
|
stage3-systemd-mu.spec)
|
||||||
upload stage3-${SUBARCH}-systemd-mergedusr-${TIMESTAMP}*.xz*
|
upload stage3-${SUBARCH}-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||||
;;
|
;;
|
||||||
|
stage3d-systemd-mu.spec)
|
||||||
|
upload stage3-${SUBARCH}-desktop-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue