arm64: add desktop stages

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-01-23 20:16:55 +01:00
parent 24e4e8950f
commit 52f389d43a
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
3 changed files with 30 additions and 3 deletions

View file

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

View file

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

View file

@ -6,10 +6,11 @@ UPLOAD_KEY=/root/.ssh/id_ed25519
SPECS_DIR=${REPO_DIR}/releases/specs/arm64
SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
SETS="musl muslhardened default"
SETS="openrc systemd musl muslhardened"
SET_default_SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec stage3-systemd.spec"
SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
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_musl_SPECS="musl/stage1.spec musl/stage3.spec"
SET_muslhardened_SPECS="musl-hardened/stage1.spec musl-hardened/stage3.spec"
@ -43,9 +44,15 @@ post_build() {
stage3-openrc.spec)
upload stage3-${SUBARCH}-openrc-${TIMESTAMP}*.xz*
;;
stage3d-openrc.spec)
upload stage3-${SUBARCH}-desktop-openrc-${TIMESTAMP}*.xz*
;;
stage3-systemd.spec)
upload stage3-${SUBARCH}-systemd-${TIMESTAMP}*.xz*
;;
stage3d-systemd.spec)
upload stage3-${SUBARCH}-desktop-systemd-${TIMESTAMP}*.xz*
;;
*)
echo "Finished ${spec}"
;;