From 8b0a02fbc194113c73d188a94c812c58b448f79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 26 Mar 2022 18:51:30 +0100 Subject: [PATCH] Also upload the mips n64 systemd stages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-qemu-mips.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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}" ;;