Add amd64 x32 systemd specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
19b9890db5
commit
b9eeafab25
3 changed files with 28 additions and 0 deletions
|
@ -28,6 +28,7 @@ SETS="
|
|||
musl_hardened
|
||||
musl_llvm
|
||||
x32_openrc
|
||||
x32_systemd
|
||||
"
|
||||
|
||||
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
|
||||
|
@ -69,6 +70,8 @@ SET_musl_hardened_SPECS="musl-hardened/stage1.spec musl-hardened/stage3.spec"
|
|||
|
||||
SET_x32_openrc_SPECS="x32/stage1-openrc.spec x32/stage3-openrc.spec"
|
||||
|
||||
SET_x32_systemd_SPECS="x32/stage1-systemd.spec x32/stage3-systemd.spec"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/amd64
|
||||
|
||||
EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
|
||||
|
@ -131,6 +134,9 @@ post_build() {
|
|||
x32/stage3-openrc.spec)
|
||||
upload stage3-x32-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
x32/stage3-systemd.spec)
|
||||
upload stage3-x32-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
livegui/livegui-stage2.spec)
|
||||
upload livegui-amd64-${TIMESTAMP}.iso*
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue