arm64: set SUBARCH (stage1.spec is gone)

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-01-23 20:21:53 +01:00
parent 52f389d43a
commit aea64e32a4
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -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"