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"