Merge pull request #10763 from moul/patch-2

mkimage-alpine.sh: Allow to change ARCH from the environment
This commit is contained in:
Jessie Frazelle 2015-02-13 10:35:35 -08:00
commit 070e1f238b
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