Skip to content

Commit

Permalink
Merge pull request #111 from flant/fix_build_script
Browse files Browse the repository at this point in the history
Fix build script
  • Loading branch information
distorhead authored Jul 2, 2019
2 parents c502c24 + f0befeb commit 5724f1b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/build-release-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@ if [ -z "$VERSION" ] ; then
exit 1
fi

build_binaries $VERSION
docker run --rm \
--env SSH_AUTH_SOCK=$SSH_AUTH_SOCK \
--volume $SSH_AUTH_SOCK:$SSH_AUTH_SOCK \
--volume ~/.ssh/known_hosts:/root/.ssh/known_hosts \
--volume $(pwd):/kubedog \
--workdir /kubedog \
flant/werf-builder:1.0.0 \
bash -ec "set -e; source scripts/lib/release/build.sh && build_binaries $VERSION"

0 comments on commit 5724f1b

Please sign in to comment.