arm64: add desktop stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
24e4e8950f
commit
52f389d43a
3 changed files with 30 additions and 3 deletions
|
@ -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}"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue