diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index 5a5ff353..1adc4968 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -6,8 +6,8 @@ UPLOAD_KEY=/root/.ssh/id_rsa SPECS_DIR=${REPO_DIR}/releases/specs/ppc/ppc64le SPECS="stage1-openrc.spec stage3-openrc.spec" -SPECS+=" installcd-stage1.spec installcd-stage2-minimal.spec" -OPTIONAL_SPECS="stage1-systemd.spec stage3-systemd.spec" +OPTIONAL_SPECS+=" installcd-stage1.spec installcd-stage2-minimal.spec" +OPTIONAL_SPECS+=" stage1-systemd.spec stage3-systemd.spec" OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec" OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec" OPTIONAL_SPECS+=" musl-hardened-stage1.spec musl-hardened-stage3.spec"