From ab8e01bb79a23feb952d0d54535de4d8a294c396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Mon, 30 Aug 2021 10:47:55 +0200 Subject: [PATCH] Fix upload filenames of armv6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-arm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf index a66e8757..9f472845 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -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*