Also upload arm-musl stages

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-11-10 21:58:56 +01:00
parent a128556e80
commit 2c7bdeedc0
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -107,4 +107,14 @@ post_build() {
esac
popd >/dev/null
pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null
case ${spec} in
armv7a/musl/stage3-hardfloat.spec)
upload stage3-armv7a_hardfp-musl-${TIMESTAMP}*.xz*
;;
esac
popd >/dev/null
}