From 3a97b22d570388e163809b7a4718f3daec54b291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 22 Nov 2022 00:52:25 +0100 Subject: [PATCH] Add missing upload instructions 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-common | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index 576be618..e36acad6 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -73,9 +73,15 @@ post_build() { stage3-mips2-o32-openrc.spec) upload stage3-mips2-openrc-${TIMESTAMP}.tar.xz* ;; + stage3-mips2-o32-systemd.spec) + upload stage3-mips2-systemd-${TIMESTAMP}.tar.xz* + ;; stage3-mipsel2-o32-openrc.spec) upload stage3-mipsel2-openrc-${TIMESTAMP}.tar.xz* ;; + stage3-mipsel2-o32-systemd.spec) + upload stage3-mipsel2-systemd-${TIMESTAMP}.tar.xz* + ;; stage3-mips32-o32-openrc.spec) upload stage3-mips32-openrc-${TIMESTAMP}.tar.xz* ;;