mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Remove symbols from vault binary (#3369)
This commit is contained in:
parent
d8a701d05c
commit
ba0eac153a
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ echo "==> Building..."
|
|||
gox \
|
||||
-osarch="${XC_OSARCH}" \
|
||||
-gcflags "${GCFLAGS}" \
|
||||
-ldflags "-X github.com/hashicorp/vault/version.GitCommit='${GIT_COMMIT}${GIT_DIRTY}'" \
|
||||
-ldflags "${LD_FLAGS}-X github.com/hashicorp/vault/version.GitCommit='${GIT_COMMIT}${GIT_DIRTY}'" \
|
||||
-output "pkg/{{.OS}}_{{.Arch}}/vault" \
|
||||
-tags="${BUILD_TAGS}" \
|
||||
.
|
||||
|
|
|
|||
Loading…
Reference in a new issue