Fix minor formatting issue.

This commit is contained in:
Péter Szilágyi 2014-08-07 00:03:14 +03:00
parent 9686a5da17
commit 08bf3cf002
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ RUN \
echo 'GOOS=linux GOARCH=386 CGO_ENABLED=1 go build -o $pack-linux-386' >> $BUILD && \
echo >> $BUILD && \
echo 'echo Compiling for linux/arm...' >> $BUILD && \
echo 'CC=arm-linux-gnueabi-gcc \\' >> $BUILD && \
echo 'CC=arm-linux-gnueabi-gcc \\' >> $BUILD && \
echo ' GOOS=linux GOARCH=arm CGO_ENABLED=1 go build -o $pack-linux-arm' >> $BUILD && \
echo >> $BUILD && \
echo 'echo Compiling for windows/amd64...' >> $BUILD && \