diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index 4957391b..5b191df5 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -9,7 +9,7 @@ SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` SETS="default" SET_default_SPECS="stage1.spec stage3.spec systemd-stage1.spec systemd-stage3.spec" -#SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" +SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" KCONFIG_DIR=${REPO_DIR}/releases/kconfig/arm64 @@ -35,7 +35,7 @@ post_build() { case ${spec} in installcd-stage2-minimal.spec) - upload default/*${TIMESTAMP}*.iso* + upload install-arm64-*${TIMESTAMP}*.iso* ;; stage3.spec) upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*