diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf index e2ab9a9a..8c92df96 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -11,6 +11,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/arm EMAIL_SUBJECT_PREPEND="[arm-auto]" SETS=" + armv6j_hf_musl_openrc armv7a_hf_musl armv4tl_openrc armv4tl_systemd @@ -38,6 +39,8 @@ SET_armv6j_hf_systemd_SPECS="armv6j/stage1-hardfloat-systemd.spec armv6j/stage3- SET_armv6j_sf_openrc_SPECS="armv6j/stage1-openrc.spec armv6j/stage3-openrc.spec" SET_armv6j_sf_systemd_SPECS="armv6j/stage1-systemd.spec armv6j/stage3-systemd.spec" +SET_armv6j_hf_musl_openrc_SPECS="armv6j-musl/stage1-hardfloat.spec armv6j-musl/stage3-hardfloat.spec" + SET_armv7a_hf_openrc_SPECS="armv7a/stage1-hardfloat-openrc.spec armv7a/stage3-hardfloat-openrc.spec" SET_armv7a_hf_systemd_SPECS="armv7a/stage1-hardfloat-systemd.spec armv7a/stage3-hardfloat-systemd.spec" @@ -114,6 +117,9 @@ post_build() { armv7a-musl/stage3-hardfloat.spec) upload stage3-armv7a_hardfp_musl-openrc-${TIMESTAMP}*.xz* ;; + armv6j-musl/stage3-hardfloat.spec) + upload stage3-armv6j_hardfp_musl-openrc-${TIMESTAMP}*.xz* + ;; esac popd >/dev/null