diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index e27e3687..28b7189f 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -13,6 +13,7 @@ SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec ppc64/stage1-openrc.spe OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-systemd.spec ppc64/stage3-systemd.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-musl-hardened-openrc.spec ppc64/stage3-musl-hardened-openrc.spec" +#OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-musl-hardened-openrc.spec ppc32/stage3-musl-hardened-openrc.spec" KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc @@ -47,6 +48,9 @@ post_build() { ppc32/stage3-openrc.spec) upload default/stage3-ppc-openrc-*${TIMESTAMP}*.xz* ;; + ppc32/stage3-musl-hardened-openrc.spec) + upload default/stage3-ppc-musl-hardened-openrc-*${TIMESTAMP}*.xz* + ;; ppc64/stage3-openrc.spec) upload default/stage3-ppc64-openrc-*${TIMESTAMP}*.xz* ;;