Skip to content

Commit

Permalink
mkimage-alpine.sh: Allow to change ARCH from the environment
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Touron <[email protected]>
  • Loading branch information
moul committed Feb 13, 2015
1 parent aa073ac commit 75f1c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mkimage-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75f1c44

Please sign in to comment.