From b0cb15f47f4b1ca2d061b4d54efa81f5eddfe5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Wed, 25 Jan 2023 16:06:38 +0100 Subject: [PATCH] Add missing mips upload command 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index be2bd0b8..1c2e0592 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -176,6 +176,9 @@ post_build() { stage3-mipsel3-o32-systemd-mu.spec) upload stage3-mipsel3-systemd-mergedusr-${TIMESTAMP}.tar.xz* ;; + stage3-mipsel3-n32-systemd-mu.spec) + upload stage3-mipsel3_n32-systemd-mergedusr-${TIMESTAMP}.tar.xz* + ;; stage3-mipsel3-n64-systemd-mu.spec) upload stage3-mipsel3_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz* ;;