diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index b3fbb54a..1560c2f7 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -14,6 +14,8 @@ SETS=" i486_systemd_23 i686_openrc_23 i686_systemd_23 + i686_ssemath_openrc_23 + i686_ssemath_systemd_23 hardened_openrc_23 musl_23 " @@ -27,6 +29,10 @@ SET_i686_openrc_23_SPECS="i686/stage1-openrc-23.spec i686/stage3-openrc-23.spec" SET_i686_systemd_23_SPECS="i686/stage1-systemd-23.spec i686/stage3-systemd-23.spec" +SET_i686_ssemath_openrc_23_SPECS="i686-ssemath/stage1-openrc-23.spec i686-ssemath/stage3-openrc-23.spec" + +SET_i686_ssemath_systemd_23_SPECS="i686-ssemath/stage1-systemd-23.spec i686-ssemath/stage3-systemd-23.spec" + SET_hardened_openrc_23_SPECS="hardened/stage1-openrc-23.spec hardened/stage3-openrc-23.spec" SET_hardened_openrc_23_OPTIONAL_SPECS="hardened/admincd-stage1-openrc.spec hardened/admincd-stage2-openrc.spec" @@ -82,6 +88,13 @@ post_build() { upload stage3-i686-systemd-${TIMESTAMP}.tar.xz* upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-i686" x86/23.0/i686 ;; + i686-ssemath/stage3-openrc-23.spec) + upload stage3-i686-ssemath-openrc-${TIMESTAMP}.tar.xz* + ;; + i686-ssemath/stage3-systemd-23.spec) + upload stage3-i686-ssemath-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-i686-ssemath" x86/23.0/i686-ssemath + ;; esac popd >/dev/null || exit