From df7743da2d85d4fd02876c0576f35c16c21072bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 5 Dec 2021 23:43:07 +0100 Subject: [PATCH] Sort arm builds a bit better 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf index 43354c74..5f1d6856 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -11,10 +11,6 @@ SPECS_DIR=${REPO_DIR}/releases/specs/arm EMAIL_SUBJECT_PREPEND="[arm-auto]" SETS=" - armv6j_hf_musl_hardened_openrc - armv7a_hf_musl_hardened_openrc - armv6j_hf_musl_openrc - armv7a_hf_musl_openrc armv4tl_openrc armv4tl_systemd armv5tel_openrc @@ -23,10 +19,14 @@ SETS=" armv6j_hf_systemd armv6j_sf_openrc armv6j_sf_systemd + armv6j_hf_musl_openrc + armv6j_hf_musl_hardened_openrc armv7a_hf_openrc armv7a_hf_systemd armv7a_sf_openrc armv7a_sf_systemd + armv7a_hf_musl_openrc + armv7a_hf_musl_hardened_openrc " SET_armv4tl_openrc_SPECS="armv4tl/stage1-openrc.spec armv4tl/stage3-openrc.spec"