Also build mips32-o32

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-03-01 09:10:59 +01:00
parent 442400510e
commit 1a5a523830
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -7,8 +7,9 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
SETS="mips64n64openrc mips64eln64openrc"
SETS="mips32o32openrc mips64n64openrc mips64eln64openrc"
SET_mips32o32openrc_SPECS="stage1-mips32-o32-openrc stage3-mips32-o32-openrc"
SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec stage3-mips64el-n64-openrc.spec"
@ -34,6 +35,9 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
stage3-mips32-o32-openrc.spec)
upload stage3-mips32_o32-openrc-${TIMESTAMP}.xz*
;;
stage3-mips64-n64-openrc.spec)
upload stage3-mips64_n64-openrc-${TIMESTAMP}.xz*
;;