Fix upload filenames of armv6

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-08-30 10:47:55 +02:00
parent 763aeeca3f
commit ab8e01bb79
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -77,13 +77,13 @@ post_build() {
upload stage3-armv5tel-systemd-${TIMESTAMP}*.xz*
;;
armv6j/stage3.spec)
upload stage3-armv6j-${TIMESTAMP}*.xz*
upload stage3-armv6j-openrc-${TIMESTAMP}*.xz*
;;
armv6j/stage3-systemd.spec)
upload stage3-armv6j-systemd-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat.spec)
upload stage3-armv6j_hardfp-${TIMESTAMP}*.xz*
upload stage3-armv6j_hardfp-openrc-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat-systemd.spec)
upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz*