Skip to content

Commit

Permalink
chore(build): make build codename configurable (#8951)
Browse files Browse the repository at this point in the history
currently codename ldflag is not mutable and set to
`dgraph`. We would like to make it configurable for cloud builds.
  • Loading branch information
joshua-goldstein authored and jbhamra1 committed Aug 17, 2023
1 parent 925f32e commit c531b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

BUILD ?= $(shell git rev-parse --short HEAD)
BUILD_CODENAME = dgraph
BUILD_CODENAME ?= dgraph
BUILD_DATE ?= $(shell git log -1 --format=%ci)
BUILD_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
BUILD_VERSION ?= $(shell git describe --always --tags)
Expand Down

0 comments on commit c531b49

Please sign in to comment.