From aea64e32a4b9aa880fca7dbe95815e528b1ce251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 23 Jan 2022 20:21:53 +0100 Subject: [PATCH] arm64: set SUBARCH (stage1.spec is gone) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-arm64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index d9d0c37f..8519d23d 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -4,7 +4,7 @@ UPLOAD_USER=arm64 UPLOAD_KEY=/root/.ssh/id_ed25519 SPECS_DIR=${REPO_DIR}/releases/specs/arm64 -SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` +SUBARCH=arm64 SETS="openrc systemd musl muslhardened"