Fix and update mips upload filenames

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-03-05 17:11:23 +01:00
parent 39e174cfe8
commit e69459e41b
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -37,8 +37,17 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
stage3-mips2-o32-openrc.spec)
upload stage3-mips2-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mipsel2-o32-openrc.spec)
upload stage3-mipsel2-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mips32-o32-openrc.spec)
upload stage3-mips32_o32-openrc-${TIMESTAMP}.tar.xz*
upload stage3-mips32-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mips32el-o32-openrc.spec)
upload stage3-mips32el-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mips64-n64-openrc.spec)
upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*