Fix arm filenames

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-08-30 14:30:07 +02:00
parent 93449eee1f
commit 1cfb6e041c
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

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