We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f72589 + 827cf43 commit 94ac747Copy full SHA for 94ac747
hack/build
@@ -38,15 +38,13 @@ function server()
38
cd $BUILDPATH/src/github.com/alibaba/pouch
39
echo "GOOS=linux $GOBUILD -o $BINARY_NAME"
40
GOOS=linux $GOBUILD -ldflags "${GOLDFLAGS}" -o $BINARY_NAME -tags 'selinux'
41
- [ -f $(which strip) ] && strip -s $BINARY_NAME
42
}
43
44
function client()
45
{
46
47
echo "$GOBUILD -o $CLI_BINARY_NAME github.com/alibaba/pouch/cli"
48
$GOBUILD -o $CLI_BINARY_NAME github.com/alibaba/pouch/cli
49
- [ -f $(which strip) ] && strip -s $CLI_BINARY_NAME
50
51
52
#
0 commit comments