Skip to content

Commit

Permalink
Merge pull request #121 from loxilb-io/backguynn-patch-2
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
UltraInstinct14 committed Mar 20, 2024
2 parents 1c40de7 + 95f541a commit 372338d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TAG?=latest

build:
@mkdir -p ./bin
go mod tidy
go build -o ./bin/${bin} -ldflags="-X 'main.BuildInfo=${shell date '+%Y_%m_%d'}-${shell git branch --show-current}-$(shell git show --pretty=format:%h --no-patch)' -X 'main.Version=${shell git describe --tags --abbrev=0}'" ./cmd/loxilb-agent

clean:
Expand Down

0 comments on commit 372338d

Please sign in to comment.