diff --git a/Makefile b/Makefile index 12d8e68b3..4a9a28b2f 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ include Makefile.INCLUDE REV := $(shell git rev-parse --short HEAD) BRANCH := $(shell git rev-parse --abbrev-ref HEAD) -HOSTNAME := $(shell hostname) +HOSTNAME := $(shell hostname -f) BUILD_DATE := $(shell date) BUILDFLAGS := -ldflags \ " -X main.buildVersion $(REV)\