[ap/jorge] correct ARCH

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2025-02-12 11:13:56 +01:00
parent 9a3ae298d3
commit 0abf52cbba
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -6,8 +6,8 @@ CWD=$(pwd)
PRGNAM=$(basename "$CWD")
GITHUB_REPO=facundoolano/jorge
VERSION=${VERSION:-latest}
ARCH=${ARCH:-noarch}
BUILD=1
ARCH=${ARCH:-"$(uname -m)"}
BUILD=${BUILD:-2}
TAG=gwh
TMP=/tmp/$TAG