mkimage-alpine.sh: Allow to change ARCH from the environment

Signed-off-by: Manfred Touron <m@42.am>
This commit is contained in:
Manfred Touron 2015-02-13 13:37:21 +01:00
parent aa073ac05e
commit 75f1c440dd
No known key found for this signature in database
GPG Key ID: 0DCB9CE0CABAE1B5
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ REL=${REL:-edge}
MIRROR=${MIRROR:-http://nl.alpinelinux.org/alpine}
SAVE=${SAVE:-0}
REPO=$MIRROR/$REL/main
ARCH=$(uname -m)
ARCH=${ARCH:-$(uname -m)}
tmp
getapk