1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

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