tools: Readd ARCH/TYPE assignments

These are used in the sourced .env file.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2021-01-31 23:03:24 -05:00
parent d70057496e
commit 2a8050450c
No known key found for this signature in database
GPG key ID: 9C825A6605D40BBE
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,8 @@ UPLOAD_USER=amd64
UPLOAD_KEY=/root/.ssh/id_rsa
host=$(hostname)
ARCH="amd64"
TYPE="auto"
source /etc/catalyst/release/build.env
SPECS_DIR=${REPO_DIR}/releases/specs/amd64

View file

@ -5,6 +5,8 @@ UPLOAD_USER=x86
UPLOAD_KEY=/root/.ssh/id_rsa
host=$(hostname)
ARCH="x86"
TYPE="auto"
source /etc/catalyst/release/build.env
SPECS_DIR=${REPO_DIR}/releases/specs/x86