Skip to content

Commit

Permalink
Make the images clearly mark the architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t committed Oct 16, 2019
1 parent f6029cb commit 352c6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ARCH=aarch64
ARCH32=armhf
ALP=alpine-rpi-3.10.2-${ARCH}.tar.gz
ALP32=alpine-rpi-3.10.2-${ARCH32}.tar.gz
IMG=lncm-box-${OUTPUT_VERSION}.img
IMG32=lncm-box-${OUTPUT_VERSION}-armhf.img
IMG=lncm-box-${OUTPUT_VERSION}-${ARCH}.img
IMG32=lncm-box-${OUTPUT_VERSION}-${ARCH32}.img
MNT=/mnt/lncm

if [ "$(id -u)" -ne "0" ]; then
Expand Down

0 comments on commit 352c6b2

Please sign in to comment.