Makefile: add neox suffix to neox-2.x branch

This commit is contained in:
Roman Khimov 2020-05-30 16:01:35 +03:00
parent 9a0d7d3254
commit 806b28aab7

View file

@ -11,7 +11,7 @@ UNITWORKDIR = "/var/lib/neo-go"
DC_FILE=.docker/docker-compose.yml
REPO ?= "$(shell go list -m)"
VERSION ?= "$(shell git describe --tags 2>/dev/null | sed 's/^v//')"
VERSION ?= "$(shell git describe --tags 2>/dev/null | sed 's/^v//')-neox"
BUILD_FLAGS = "-X '$(REPO)/pkg/config.Version=$(VERSION)'"
IMAGE_REPO=nspccdev/neo-go