Fix upload filenames of armv6
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
763aeeca3f
commit
ab8e01bb79
1 changed files with 2 additions and 2 deletions
|
@ -77,13 +77,13 @@ post_build() {
|
||||||
upload stage3-armv5tel-systemd-${TIMESTAMP}*.xz*
|
upload stage3-armv5tel-systemd-${TIMESTAMP}*.xz*
|
||||||
;;
|
;;
|
||||||
armv6j/stage3.spec)
|
armv6j/stage3.spec)
|
||||||
upload stage3-armv6j-${TIMESTAMP}*.xz*
|
upload stage3-armv6j-openrc-${TIMESTAMP}*.xz*
|
||||||
;;
|
;;
|
||||||
armv6j/stage3-systemd.spec)
|
armv6j/stage3-systemd.spec)
|
||||||
upload stage3-armv6j-systemd-${TIMESTAMP}*.xz*
|
upload stage3-armv6j-systemd-${TIMESTAMP}*.xz*
|
||||||
;;
|
;;
|
||||||
armv6j/stage3-hardfloat.spec)
|
armv6j/stage3-hardfloat.spec)
|
||||||
upload stage3-armv6j_hardfp-${TIMESTAMP}*.xz*
|
upload stage3-armv6j_hardfp-openrc-${TIMESTAMP}*.xz*
|
||||||
;;
|
;;
|
||||||
armv6j/stage3-hardfloat-systemd.spec)
|
armv6j/stage3-hardfloat-systemd.spec)
|
||||||
upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz*
|
upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz*
|
||||||
|
|
Loading…
Add table
Reference in a new issue