diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-05 23:43:07 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-05 23:43:07 +0100 |
commit | df7743da2d85d4fd02876c0576f35c16c21072bb (patch) | |
tree | 91250985638b933bb3ff1e0c329dfa73fb3b3389 /tools | |
parent | releases/specs/ppc/installcd-stage1: add cryptsetup (diff) | |
download | releng-df7743da2d85d4fd02876c0576f35c16c21072bb.tar.gz releng-df7743da2d85d4fd02876c0576f35c16c21072bb.tar.bz2 releng-df7743da2d85d4fd02876c0576f35c16c21072bb.zip |
Sort arm builds a bit better
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/catalyst-auto-arm.conf | 8 |
1 files 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" |