diff --git a/tools/catalyst-auto-qemu-mips.conf b/tools/catalyst-auto-qemu-mips.conf index 36abd7c2..c6eaefcb 100644 --- a/tools/catalyst-auto-qemu-mips.conf +++ b/tools/catalyst-auto-qemu-mips.conf @@ -62,12 +62,18 @@ post_build() { stage3-mipsel3-n64-openrc.spec) upload stage3-mipsel3_n64-openrc-${TIMESTAMP}.tar.xz* ;; + stage3-mipsel3-n64-systemd.spec) + upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz* + ;; stage3-mips64-n64-openrc.spec) upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz* ;; stage3-mips64el-n64-openrc.spec) upload stage3-mips64el_n64-openrc-${TIMESTAMP}.tar.xz* ;; + stage3-mips64el-n64-systemd.spec) + upload stage3-mips64el_n64-systemd-${TIMESTAMP}.tar.xz* + ;; *) echo "Finished ${spec}" ;;