Skip to content

Commit

Permalink
Updated armv7l build file
Browse files Browse the repository at this point in the history
  • Loading branch information
flyandi committed Sep 22, 2016
1 parent 3da28b8 commit 108b72a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/sys/Dockerfile
Expand Up @@ -29,7 +29,7 @@ FROM ubuntu:14.04.5
MAINTAINER Andy <flyandi@yahoo.com>

# Configuration
ENV NODE_VERSION=6.0.0
ENV NODE_VERSION=6.6.0

# Setup Enviroment Variables
WORKDIR /armv7l
Expand Down
7 changes: 7 additions & 0 deletions src/node/sys/build.sh
Expand Up @@ -31,9 +31,16 @@
# Build container
docker build -t casdk-node .

# Cleanup
if [ -f ../dist/node ]; then
rm ../dist/node
fi

# Make folder
mkdir -p ../dist

# remove

# Copy release binary
docker run --rm --entrypoint cat casdk-node /armv7l/latest/node > ../dist/node

Expand Down

0 comments on commit 108b72a

Please sign in to comment.