We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a908c68 commit de26473Copy full SHA for de26473
Makefile
@@ -6,8 +6,8 @@ SOURCES := $(shell find . -name "*.go" -type f)
6
VET_FLAGS = -v
7
BUILD_STAMP := $(shell date -u '+%Y%m%d%H%M%S')
8
BUILD_HASH := $(shell git rev-parse HEAD)
9
-BUILD_TAG := $(shell git describe --tags)
10
-DOCKER_IMAGE ?= "operable/relay:0.5-dev"
+BUILD_TAG ?= $(shell git describe --tags)
+DOCKER_IMAGE ?= "operable/relay:0.6-dev"
11
LINK_VARS := -X main.buildstamp=$(BUILD_STAMP) -X main.buildhash=$(BUILD_HASH)
12
LINK_VARS += -X main.buildtag=$(BUILD_TAG)
13
OSNAME := $(shell uname | tr A-Z a-z)
0 commit comments