Skip to content

Commit

Permalink
added remove of pkg files
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinengle committed May 27, 2018
1 parent 4491869 commit f946a1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ cd $GOPATH/src/github.com/bulwark-crypto/bwk-dash
echo "Removing old builds..."
rm -fR bin
mkdir bin
rm -fR build
mkdir build

echo "Building binaries..."
GOOS=linux GOARCH=arm CGO_ENABLED=1 CC=arm-linux-gnueabi-gcc go build -o bin/linux-arm/bwk-cron cmd/bwk-cron/*.go
Expand Down
2 changes: 2 additions & 0 deletions script/local_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ cd ..
echo "Removing old builds..."
rm -fR bin
mkdir bin
rm -fR build
mkdir build

echo "Building binaries..."
GOOS=linux GOARCH=arm CGO_ENABLED=1 CC=arm-linux-gnueabi-gcc go build -o bin/linux-arm/bwk-cron cmd/bwk-cron/*.go
Expand Down

0 comments on commit f946a1e

Please sign in to comment.