Skip to content

Commit d546615

Browse files
authored
Merge pull request #368 from boddumanohar/small-bin
add blobfuse-proxy v0.1 .deb package
2 parents 0646714 + eebb79c commit d546615

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,3 @@ cscope.*
6969
/bazel-*
7070
*.pyc
7171
profile.cov
72-
73-
debpackage.deb

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ clean-proto:
163163

164164
.PHONY: blobfuse-proxy
165165
blobfuse-proxy:
166-
CGO_ENABLED=0 GOOS=linux go build -mod vendor -o _output/blobfuse-proxy ./pkg/blobfuse-proxy
166+
CGO_ENABLED=0 GOOS=linux go build -mod vendor -ldflags="-s -w" -o _output/blobfuse-proxy ./pkg/blobfuse-proxy
167167

168168
.PHONY: blobfuse-proxy-container
169169
blobfuse-proxy-container:
Binary file not shown.

0 commit comments

Comments
 (0)