Add armv7 hf musl autobuilds

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-11-10 21:39:38 +01:00
parent 9b64d2c629
commit a128556e80
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -11,6 +11,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/arm
EMAIL_SUBJECT_PREPEND="[arm-auto]"
SETS="
armv7a_hf_musl
armv4tl_openrc
armv4tl_systemd
armv5tel_openrc
@ -40,6 +41,8 @@ SET_armv6j_sf_systemd_SPECS="armv6j/stage1-systemd.spec armv6j/stage3-systemd.sp
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"
SET_armv7a_hf_musl_SPECS="armv7a/musl/stage1-hardfloat.spec armv7a/musl/stage3-hardfloat.spec"
SET_armv7a_sf_openrc_SPECS="armv7a/stage1-openrc.spec armv7a/stage3-openrc.spec"
SET_armv7a_sf_systemd_SPECS="armv7a/stage1-systemd.spec armv7a/stage3-systemd.spec"