diff --git a/tools/catalyst-auto-qemu-mips.conf b/tools/catalyst-auto-qemu-mips.conf index 21d832ea..224aabed 100644 --- a/tools/catalyst-auto-qemu-mips.conf +++ b/tools/catalyst-auto-qemu-mips.conf @@ -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* ;;