tools: Correct ARM stage names

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2021-01-31 18:00:32 -05:00
parent 7ec486fab4
commit 22d3877eb4
No known key found for this signature in database
GPG key ID: 9C825A6605D40BBE
2 changed files with 8 additions and 8 deletions

View file

@ -79,10 +79,10 @@ post_build() {
upload stage3-armv6j-systemd-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat.spec)
upload stage3-armv6j-hardfloat-${TIMESTAMP}*.xz*
upload stage3-armv6j_hardfp-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat-systemd.spec)
upload stage3-armv6j-hardfloat-systemd-${TIMESTAMP}*.xz*
upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz*
;;
armv7a/stage3.spec)
upload stage3-armv7a-${TIMESTAMP}*.xz*
@ -91,10 +91,10 @@ post_build() {
upload stage3-armv7a-systemd-${TIMESTAMP}*.xz*
;;
armv7a/stage3-hardfloat.spec)
upload stage3-armv7a-hardfloat-${TIMESTAMP}*.xz*
upload stage3-armv7a_hardfp-${TIMESTAMP}*.xz*
;;
armv7a/stage3-hardfloat-systemd.spec)
upload stage3-armv7a-hardfloat-systemd-${TIMESTAMP}*.xz*
upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
;;
esac

View file

@ -80,10 +80,10 @@ post_build() {
upload stage3-armv6j-systemd-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat.spec)
upload stage3-armv6j-hardfloat-${TIMESTAMP}*.xz*
upload stage3-armv6j_hardfp-${TIMESTAMP}*.xz*
;;
armv6j/stage3-hardfloat-systemd.spec)
upload stage3-armv6j-hardfloat-systemd-${TIMESTAMP}*.xz*
upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz*
;;
armv7a/stage3.spec)
upload stage3-armv7a-${TIMESTAMP}*.xz*
@ -92,10 +92,10 @@ post_build() {
upload stage3-armv7a-systemd-${TIMESTAMP}*.xz*
;;
armv7a/stage3-hardfloat.spec)
upload stage3-armv7a-hardfloat-${TIMESTAMP}*.xz*
upload stage3-armv7a_hardfp-${TIMESTAMP}*.xz*
;;
armv7a/stage3-hardfloat-systemd.spec)
upload stage3-armv7a-hardfloat-systemd-${TIMESTAMP}*.xz*
upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
;;
esac