Remove GO* settings
This commit is contained in:
parent
0376cecb82
commit
d6de403880
|
|
@ -1,7 +1,4 @@
|
|||
top_level=$(git rev-parse --show-toplevel)
|
||||
git_version=$($top_level/scripts/git-version)
|
||||
|
||||
export GOOS=linux
|
||||
export GOARCH=amd64
|
||||
|
||||
go build -ldflags=-X=lishwist/http/env.GitVersion=$git_version .
|
||||
|
|
|
|||
Loading…
Reference in New Issue