commit: 83c48b1e644b3194efb83b2a8ba6cba2db4a9506
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 21:44:32 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 21:44:32 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=83c48b1e
Enable arm64 installcd build
Acked-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-arm64.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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*