catalyst-auto: Upload sparc64 systemd stages

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2019-09-02 10:29:13 -07:00
parent 18d36db606
commit f761d0b717

View file

@ -41,10 +41,16 @@ post_build() {
upload *${TIMESTAMP}*.iso*
;;
sparc/stage3.spec)
upload stage3-sparc-*${TIMESTAMP}*.xz*
upload stage3-sparc-${TIMESTAMP}*.xz*
;;
sparc/systemd-stage3.spec)
upload stage3-sparc-systemd-${TIMESTAMP}*.xz*
;;
sparc64/stage3.spec)
upload stage3-sparc64-*${TIMESTAMP}*.xz*
upload stage3-sparc64-${TIMESTAMP}*.xz*
;;
sparc64/systemd-stage3.spec)
upload stage3-sparc64-systemd-${TIMESTAMP}*.xz*
;;
esac