Skip to content

Commit

Permalink
[CE-292] Update Makefile
Browse files Browse the repository at this point in the history
Update Makefile to comply by release cycle
policy of cello.

Change-Id: Iddb063f0355c90da9ed3dbe6bd8787f2e0f45476
Signed-off-by: Krishna Harsha Voora <[email protected]>
  • Loading branch information
Krishna Harsha Voora committed Mar 6, 2018
1 parent 3f491c8 commit f8dca97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ RESET := $(shell tput -Txterm sgr0)
ARCH := $(shell uname -m)

# changelog specific version tags
PREV_VERSION?=0.7
PREV_VERSION?=0.8.0-beta

# Building image usage
DOCKER_NS ?= hyperledger
BASENAME ?= $(DOCKER_NS)/cello
VERSION ?= 0.8.0-beta
IS_RELEASE=true
VERSION ?= 0.8.0-rc1
IS_RELEASE=false

DOCKER_BASE_x86_64=ubuntu:xenial
DOCKER_BASE_ppc64le=ppc64le/ubuntu:xenial
Expand Down

0 comments on commit f8dca97

Please sign in to comment.