mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-05 03:58:23 +00:00
Makefile: add neox suffix to neox-2.x branch
This commit is contained in:
parent
9a0d7d3254
commit
806b28aab7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue