aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-01-25 16:06:38 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-01-25 16:07:00 +0100
commitb0cb15f47f4b1ca2d061b4d54efa81f5eddfe5b5 (patch)
treef1b008e07fb2e76e743905dbf8bd32d8eef93b88
parentRe-enable merged-usr riscv builds (diff)
downloadreleng-b0cb15f47f4b1ca2d061b4d54efa81f5eddfe5b5.tar.gz
releng-b0cb15f47f4b1ca2d061b4d54efa81f5eddfe5b5.tar.bz2
releng-b0cb15f47f4b1ca2d061b4d54efa81f5eddfe5b5.zip
Add missing mips upload command
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--tools/catalyst-auto-qemu-mips-common3
1 files changed, 3 insertions, 0 deletions
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*
;;